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
13 Sep, 2016
1 commit
  • Update cropfromlandmarks.cpp ...
    2f3ddab1
    Fixed #499
    Josh Klontz authored
    2016-09-13 09:04:32 -0600  
    Browse Code »

09 Sep, 2016
3 commits
  • expose BoostedForest classifiers and threshold for introspection
    3217f745
    Josh Klontz authored
    2016-09-09 11:43:09 -0600  
    Browse Code »
  • expose CascadeClassifier stages for introspection
    5ef2b5cd
    Josh Klontz authored
    2016-09-09 10:48:49 -0600  
    Browse Code »
  • expose LoadStore transform property for introspection
    7663ebf6
    Josh Klontz authored
    2016-09-09 09:58:34 -0600  
    Browse Code »

02 Sep, 2016
1 commit
  • disable OpenCV parallelism
    24c9f93c
    Josh Klontz authored
    2016-09-02 12:42:16 -0600  
    Browse Code »

01 Sep, 2016
3 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    82595a2a
    Scott Klum authored
    2016-09-01 10:23:18 -0600  
    Browse Code »
  • Added more output in evalutils
    918999dd
    Scott Klum authored
    2016-09-01 10:23:14 -0600  
    Browse Code »
  • Generalized verifydetection
    08fb3495
    Scott Klum authored
    2016-09-01 10:22:40 -0600  
    Browse Code »

23 Aug, 2016
3 commits
  • Merge pull request #496 from biometrics/UpdateExpandRect ...
    be1660e7
    Modifed Expand Rect to allow the use of propName
    Josh Klontz authored
    2016-08-23 12:33:43 -0600  
    Browse Code »
  • Updated ExpandRect so Propname is the last parameter now
    fc2ccabf
    Keyur Patel authored
    2016-08-23 12:31:26 -0600  
    Browse Code »
  • Modifed Expand Rect to allow the use of propName
    89dd55fc
    Keyur Patel authored
    2016-08-23 12:00:23 -0600  
    Browse Code »

27 Jul, 2016
1 commit
  • Merge pull request #493 from DepthDeluxe/master ...
    c849ef1b
    Further performance enhancements of CUDAPCA
    Josh Klontz authored
    2016-07-27 13:00:40 -0600  
    Browse Code »

26 Jul, 2016
1 commit
  • Merge pull request #492 from biometrics/resizeUpdated ...
    6f8cc085
    Updated Resize.cpp to fix a bug regarding preserveAspect
    Josh Klontz authored
    2016-07-26 09:31:38 -0600  
    Browse Code »

25 Jul, 2016
1 commit
  • Updated Resize.cpp to fix a bug regarding preserveAspect
    476fe981
    Keyur Patel authored
    2016-07-25 19:42:29 -0600  
    Browse Code »

21 Jul, 2016
1 commit
  • Merge pull request #491 from DepthDeluxe/better-stopwatch ...
    1be3b62e
    added timing report for training with StopWatch
    Scott Klum authored
    2016-07-21 08:55:31 -0600  
    Browse Code »

19 Jul, 2016
4 commits
  • further performance enhancements
    425433b4
    DepthDeluxe authored
    2016-07-19 17:32:47 -0700  
    Browse Code »
  • addressed PR issues
    8387a4c7
    DepthDeluxe authored
    2016-07-19 17:24:27 -0700  
    Browse Code »
  • Merge pull request #486 from raomshauty/master ...
    3b12064c
    Possible fix for run-time crash when using qt 5.7
    Josh Klontz authored
    2016-07-19 12:03:31 -0600  
    Browse Code »
  • added timing report for training with StopWatch
    90e11e88
    DepthDeluxe authored
    2016-07-19 09:56:19 -0700  
    Browse Code »

18 Jul, 2016
3 commits
  • Merge pull request #490 from DepthDeluxe/master ...
    59d38ff0
    CUDA-accelerated PCA training and improved PCA projection speeds
    Josh Klontz authored
    2016-07-18 15:23:36 -0600  
    Browse Code »
  • removed Mat debug utilities
    a7f8896e
    DepthDeluxe authored
    2016-07-18 13:28:44 -0700  
    Browse Code »
  • Merge pull request #489 from biometrics/append_update ...
    a91c55a5
    Adjust enroll append behavior
    Scott Klum authored
    2016-07-18 13:34:38 -0600  
    Browse Code »

16 Jul, 2016
2 commits
  • renamed CUBLASPCA to CUDAPCA ...
    2d80685b
    takes over the existing implementation
    DepthDeluxe authored
    2016-07-16 16:54:19 -0700  
    Browse Code »
  • finished up CUDA training using cuBLAS library
    f8b0ab49
    DepthDeluxe authored
    2016-07-16 15:59:01 -0700  
    Browse Code »

14 Jul, 2016
1 commit
  • Adjusted enroll append behavior to exclude pre-enrolled items at beginning rathe… ...
    e9530cd0
    …r than end of pipeline
    Charles Otto authored
    2016-07-14 11:10:03 -0700  
    Browse Code »

12 Jul, 2016
4 commits
  • performance improvements
    a0249121
    DepthDeluxe authored
    2016-07-12 20:48:54 -0700  
    Browse Code »
  • added CUDA matrix multiplication of eigenvectors
    eda3d2e7
    DepthDeluxe authored
    2016-07-12 20:37:35 -0700  
    Browse Code »
  • fix difference between two PCA's
    f5f14649
    DepthDeluxe authored
    2016-07-12 13:53:46 -0700  
    Browse Code »
  • added CUDA-accelerated training
    06d8779e
    DepthDeluxe authored
    2016-07-12 13:43:12 -0700  
    Browse Code »

11 Jul, 2016
1 commit
  • pre-chopping
    233d59ae
    DepthDeluxe authored
    2016-07-11 10:23:04 -0700  
    Browse Code »

05 Jul, 2016
1 commit
  • Possible fix for run-time crash when using qt 5.7
    03df500d
    R. Shauty authored
    2016-07-05 16:55:40 -0700  
    Browse Code »

24 Jun, 2016
1 commit
  • Additional libraries for Linux
    f49bae21
    Scott Klum authored
    2016-06-24 14:12:15 -0600  
    Browse Code »

22 Jun, 2016
2 commits
  • Merge commit 'aa08653'
    06946725
    Josh Klontz authored
    2016-06-22 19:00:44 +0000  
    Browse Code »
  • add an option to bypass remapping for labels that are already integers
    aa08653b
    Josh Klontz authored
    2016-06-22 18:56:17 +0000  
    Browse Code »

13 Jun, 2016
1 commit
  • fixed BR_EMBEDDED option defined twice
    301e1fb1
    Josh Klontz authored
    2016-06-13 16:17:37 -0600  
    Browse Code »

07 Jun, 2016
5 commits
  • Merge pull request #477 from prince-0203/patch-1 ...
    f6615cec
    (Document) Windows Install:  Build OpenCV without CUDA
    Josh Klontz authored
    2016-06-07 15:49:46 -0600  
    Browse Code »
  • Merge pull request #480 from biometrics/fix_process ...
    ef866019
    Fix multiprocess support
    Josh Klontz authored
    2016-06-07 15:48:46 -0600  
    Browse Code »
  • Additional comment
    3020b509
    Charles Otto authored
    2016-06-07 11:28:22 -0700  
    Browse Code »
  • Fix compilation with network=off, fix multi-process support with network=on
    d5fb9d9a
    Charles Otto authored
    2016-06-07 11:27:49 -0700  
    Browse Code »
  • Redo default QtNetwork to off
    8a633eeb
    Charles Otto authored
    2016-06-07 11:08:48 -0700  
    Browse Code »