Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,015
  • Compare
  • Branches 1
  • Tags 0
  • openbr
30 Mar, 2016
1 commit
  • code refactoring for pull request
    1dabf42d
    DepthDeluxe authored
    2016-03-30 15:16:56 -0400  
    Browse Code »

02 Mar, 2016
7 commits
  • up to ~1350 enrollments/sec on CUDALBP+CUDAPCA
    e600a994
    DepthDeluxe authored
    2016-03-02 19:00:32 -0500  
    Browse Code »
  • 2.5x performance improvement, parallelized by splitting up columns
    ea4c68bd
    DepthDeluxe authored
    2016-03-02 19:00:32 -0500  
    Browse Code »
  • accumulation done on stack not shared memory ...
    1a6637f6
    increases PCA performance by >50%
    DepthDeluxe authored
    2016-03-02 19:00:32 -0500  
    Browse Code »
  • cleaned up PCA
    c837c1d9
    DepthDeluxe authored
    2016-03-02 19:00:32 -0500  
    Browse Code »
  • cleaned up cxx flags
    fd23ffcd
    DepthDeluxe authored
    2016-03-02 19:00:32 -0500  
    Browse Code »
  • pushing affine updates ...
    0cdc20fb
    Merge branch 'trunk' of github.com:CGLG/openbr into trunk
    Greg Schrock authored
    2016-03-02 16:33:57 -0500  
    Browse Code »
  • Working bilinear affine warp
    3631db16
    Greg Schrock authored
    2016-03-02 16:33:52 -0500  
    Browse Code »

01 Mar, 2016
1 commit
  • Merge branch 'cudacarryover' into trunk
    b8168530
    DepthDeluxe authored
    2016-03-01 10:19:43 -0500  
    Browse Code »

29 Feb, 2016
2 commits
  • Added preliminary functional cuda affine
    e534ff9c
    Greg Schrock authored
    2016-02-29 16:01:16 -0500  
    Browse Code »
  • Optimize the GPU grayscale transformation a little bit, but it's still slower than the CPU version
    93a9cf84
    boolli authored
    2016-02-29 15:35:12 -0500  
    Browse Code »

25 Feb, 2016
1 commit
  • added L2 distance norm plugin
    c9a58b18
    DepthDeluxe authored
    2016-02-25 21:56:04 -0500  
    Browse Code »

20 Feb, 2016
1 commit
  • Finish CUDARGB2GrayScale plugin
    e5a544f0
    boolli authored
    2016-02-20 11:38:34 -0500  
    Browse Code »

19 Feb, 2016
2 commits
  • Functional now
    4417e084
    boolli authored
    2016-02-19 11:18:11 -0500  
    Browse Code »
  • Add kernel function but it's not working
    699ab0b0
    boolli authored
    2016-02-19 10:31:39 -0500  
    Browse Code »

15 Feb, 2016
1 commit
  • full carryover support with proper memory management ...
    4e59b2b5
    * wrapped all CUDA memory functions in safety calls
    * fixed CUDALBP invalid memory access which caused performance and stability issues
    * carryover support for all plugins, only copy over memory once throughout the whole computation
    DepthDeluxe authored
    2016-02-15 18:37:28 -0500  
    Browse Code »

13 Feb, 2016
3 commits
  • added streamlined CUDA execution, fixed memory problems
    d025a5da
    DepthDeluxe authored
    2016-02-13 17:11:19 -0500  
    Browse Code »
  • added templating for copyto and copyfrom for multiple image types
    7f5c5a5a
    DepthDeluxe authored
    2016-02-13 09:56:27 -0500  
    Browse Code »
  • processing can now be done totally on the graphics card
    a2eadb17
    DepthDeluxe authored
    2016-02-13 09:42:05 -0500  
    Browse Code »

12 Feb, 2016
2 commits
  • added pipelined CUDALBP
    5e16788d
    DepthDeluxe authored
    2016-02-12 15:38:42 -0500  
    Browse Code »
  • fixed copyto and copyfrom functions to be thread safe
    aaabb3cb
    DepthDeluxe authored
    2016-02-12 13:54:50 -0500  
    Browse Code »

11 Feb, 2016
8 commits
  • Merge branch 'trunk' of github.com:CGLG/openbr into trunk
    bdfd554c
    DepthDeluxe authored
    2016-02-11 16:50:42 -0500  
    Browse Code »
  • Get rid of useless code
    fbda20d6
    boolli authored
    2016-02-11 14:09:35 -0500  
    Browse Code »
  • Make _matTaken and _matsDimension double pointers to just pointers
    f58d41a3
    boolli authored
    2016-02-11 14:06:16 -0500  
    Browse Code »
  • Change input parameter of MatManager::reserve from Mat* to Mat&
    728e43f5
    boolli authored
    2016-02-11 13:59:38 -0500  
    Browse Code »
  • Make maxindex type
    4efed3e0
    boolli authored
    2016-02-11 13:56:36 -0500  
    Browse Code »
  • Hide max pointers from user
    a2742d60
    boolli authored
    2016-02-11 13:50:46 -0500  
    Browse Code »
  • fixed pointer bug which caused the crash
    4d228feb
    DepthDeluxe authored
    2016-02-11 13:28:40 -0500  
    Browse Code »
  • added building pthread in
    02a039fa
    DepthDeluxe authored
    2016-02-11 13:06:47 -0500  
    Browse Code »

10 Feb, 2016
5 commits
  • Change GpuMatManager to MatManager, but somehow it still doesn't work
    0de4de86
    boolli authored
    2016-02-10 18:13:06 -0500  
    Browse Code »
  • added float conversion plugin
    c298e0f6
    DepthDeluxe authored
    2016-02-10 17:22:43 -0500  
    Browse Code »
  • removed tmp file
    e6a8cd8f
    DepthDeluxe authored
    2016-02-10 17:22:25 -0500  
    Browse Code »
  • added README.md for the CUDA plugins folder
    52d25bac
    DepthDeluxe authored
    2016-02-10 16:33:36 -0500  
    Browse Code »
  • fixed strange values calculated by CUDAPCA ...
    db40bba0
    was a index error (didn't run enough threads)
    DepthDeluxe authored
    2016-02-10 16:15:35 -0500  
    Browse Code »

03 Feb, 2016
3 commits
  • added memory allocation only at the beginning of the start ...
    35d31b6e
    saves a about 10% on performance
    DepthDeluxe authored
    2016-02-03 17:10:47 -0500  
    Browse Code »
  • removed some debugging information
    68d75003
    DepthDeluxe authored
    2016-02-03 17:06:13 -0500  
    Browse Code »
  • fixed some part of the PCA ...
    53e99a0d
    produced more of better results
    DepthDeluxe authored
    2016-02-03 16:33:36 -0500  
    Browse Code »

31 Jan, 2016
1 commit
  • added CUDAPCA project acceleration ...
    39f67cda
    doesn't make things too much faster...
    DepthDeluxe authored
    2016-01-31 15:57:05 -0500  
    Browse Code »

28 Jan, 2016
2 commits
  • added CUDAPCATransform plugin sketch ...
    7f8093c9
    currently uses CPU code from plugins/core but will start to change things one by one
    DepthDeluxe authored
    2016-01-28 14:16:10 -0500  
    Browse Code »
  • added GpuMatManager on top of CUDALBP
    3505e097
    DepthDeluxe authored
    2016-01-28 13:18:08 -0500  
    Browse Code »