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
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 »

27 Jan, 2016
2 commits
  • fixed the threading problem by adding locks
    f7cd4d52
    DepthDeluxe authored
    2016-01-27 17:05:21 -0500  
    Browse Code »
  • added preliminary CUDALBP algorithm
    cc916f3d
    DepthDeluxe authored
    2016-01-27 13:09:49 -0500  
    Browse Code »

25 Jan, 2016
4 commits
  • want exact, not double
    32efc928
    DepthDeluxe authored
    2016-01-25 16:10:57 -0500  
    Browse Code »
  • added proper block filling to get the extra leftovers
    f633017d
    DepthDeluxe authored
    2016-01-25 16:10:05 -0500  
    Browse Code »
  • added proposed file structure for CUDA plugins
    edd8d3e4
    DepthDeluxe authored
    2016-01-25 16:02:29 -0500  
    Browse Code »
  • created basic passthrough plugin (doesn't quite work yet)
    34ee86e8
    DepthDeluxe authored
    2016-01-25 15:51:44 -0500  
    Browse Code »

23 Jan, 2016
1 commit
  • added NVIDIA kernel compatible build environment
    4148de2f
    DepthDeluxe authored
    2016-01-23 20:43:25 -0500  
    Browse Code »

06 Dec, 2015
1 commit
  • modified build environment to build CUDA programs
    97c9bd44
    DepthDeluxe authored
    2015-12-06 11:02:02 -0500  
    Browse Code »

05 Dec, 2015
1 commit
  • initial commit of repo ...
    d4022e85
    * copyto and copyfrom need work
    DepthDeluxe authored
    2015-12-05 14:33:01 -0500  
    Browse Code »

18 Nov, 2015
2 commits
  • group cleanup
    8a62b8b4
    Scott Klum authored
    2015-11-18 08:51:09 -0500  
    Browse Code »
  • indentation fix
    41b40786
    Scott Klum authored
    2015-11-18 08:50:55 -0500  
    Browse Code »

17 Nov, 2015
2 commits
  • Returning summed confidences in grouping
    cc315c69
    Scott Klum authored
    2015-11-17 20:08:44 +0000  
    Browse Code »
  • Minor slidingwindow polish
    6b9a117b
    Scott Klum authored
    2015-11-17 20:08:12 +0000  
    Browse Code »

12 Nov, 2015
2 commits
  • Merge pull request #447 from biometrics/eval_detection ...
    cc9e43b7
    EvalDetection change.
    Scott Klum authored
    2015-11-12 17:04:11 -0500  
    Browse Code »
  • initial android packaging support
    6d6f3b8a
    Josh Klontz authored
    2015-11-12 11:37:17 -0500  
    Browse Code »