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
21 May, 2014
5 commits
  • Replaced execCommand with QProcess::execute()
    23f3062c
    dgcrouse authored
    2014-05-21 12:53:03 -0400  
    Browse Code »
  • Addressed comments ...
    986207ab
    Cosmetics, used QProcess instead of system, used File::contains and
    File::get, eliminated RectToString()
    dgcrouse authored
    2014-05-21 12:45:57 -0400  
    Browse Code »
  • Fixed { locations
    ec4f9012
    dgcrouse authored
    2014-05-21 11:54:03 -0400  
    Browse Code »
  • Removed unnecessary public scope qualifier
    a7d69022
    dgcrouse authored
    2014-05-21 09:45:35 -0400  
    Browse Code »
  • Indentation fixes ...
    6c18bec2
    It looks worse than it is. De-indented some code, that’s all…
    dgcrouse authored
    2014-05-21 08:23:17 -0400  
    Browse Code »

20 May, 2014
4 commits
  • Requested fixes ...
    cbd44c29
    Tabs to spaces, used OpenCV folder separator function, capitalized
    struct name, re-added missing bracket
    dgcrouse authored
    2014-05-20 14:55:47 -0400  
    Browse Code »
  • Removed unused code
    f9c35526
    dgcrouse authored
    2014-05-20 13:01:48 -0400  
    Browse Code »
  • Added cascade training support ...
    1f041fdb
    Needs to be documented
    dgcrouse authored
    2014-05-20 12:54:07 -0400  
    Browse Code »
  • fixed exclusion of FTE scores
    f4ffecd3
    Josh Klontz authored
    2014-05-20 12:31:55 -0400  
    Browse Code »

15 May, 2014
1 commit
  • Windows complains that Distance::compare(mat,mat) didn't return a value
    6b3de1b3
    Scott Klum authored
    2014-05-15 10:46:37 -0400  
    Browse Code »

12 May, 2014
1 commit
  • now supporting threaded janus_enroll
    8427e67a
    Josh Klontz authored
    2014-05-12 11:26:23 -0400  
    Browse Code »

07 May, 2014
5 commits
  • updated to latest janus
    48097472
    Josh Klontz authored
    2014-05-07 14:38:48 -0400  
    Browse Code »
  • Distance::compare sum fusion
    378f8090
    Josh Klontz authored
    2014-05-07 14:17:08 -0400  
    Browse Code »
  • PP5 now supports mult-signature templates
    a9b62f7a
    Josh Klontz authored
    2014-05-07 11:56:18 -0400  
    Browse Code »
  • switch to ppr_get_subject_similarity_score to support multi-signature templates
    e882744d
    Josh Klontz authored
    2014-05-07 11:50:38 -0400  
    Browse Code »
  • compile fix
    0ea18168
    Josh Klontz authored
    2014-05-07 10:39:45 -0400  
    Browse Code »

06 May, 2014
6 commits
  • few more tweaks
    a9119043
    Josh Klontz authored
    2014-05-06 15:45:32 -0400  
    Browse Code »
  • changes suggested by Charles and Scott
    8b0c8984
    Josh Klontz authored
    2014-05-06 15:30:29 -0400  
    Browse Code »
  • introduced Distance::compare(cv::Mat, cv::Mat)
    f4a9384b
    Josh Klontz authored
    2014-05-06 14:36:44 -0400  
    Browse Code »
  • updated to latest janus
    303a0d8a
    Josh Klontz authored
    2014-05-06 14:31:26 -0400  
    Browse Code »
  • draft implementation of janus_compare
    2f95b8ad
    Josh Klontz authored
    2014-05-06 11:05:38 -0400  
    Browse Code »
  • removed Janus use of C++11 feature. fixed #178
    44df5778
    Josh Klontz authored
    2014-05-06 09:52:14 -0400  
    Browse Code »

05 May, 2014
2 commits
  • fixed janus edge cases
    bd736b99
    Josh Klontz authored
    2014-05-05 11:56:08 -0400  
    Browse Code »
  • updated to latest janus
    64c0a61e
    Josh Klontz authored
    2014-05-05 09:59:36 -0400  
    Browse Code »

29 Apr, 2014
1 commit
  • Larger PCSO train/test sigsets
    8fbb3896
    Brendan Klare authored
    2014-04-29 18:51:01 -0400  
    Browse Code »

24 Apr, 2014
1 commit
  • Merge branch 'master' of https://github.com/biometrics/openbr
    2173197a
    Scott Klum authored
    2014-04-24 09:24:02 -0400  
    Browse Code »

17 Apr, 2014
1 commit
  • Added dot distance
    2ea9cff7
    Scott Klum authored
    2014-04-17 21:12:23 -0400  
    Browse Code »

10 Apr, 2014
2 commits
  • Update README.md ...
    a46641dc
    Bitdeli is broken
    Josh Klontz authored
    2014-04-10 14:54:23 -0400  
    Browse Code »
  • added flatGallery format
    24aec81e
    Josh Klontz authored
    2014-04-10 10:06:29 -0400  
    Browse Code »

08 Apr, 2014
2 commits
  • Stream project(Template,Template) won't crash if the destination templatelist wi… ...
    67cec741
    …thin the function is empty
    Scott Klum authored
    2014-04-08 13:55:11 -0400  
    Browse Code »
  • Added support for carriage return when reading files
    313bd10d
    Scott Klum authored
    2014-04-08 10:39:49 -0400  
    Browse Code »

06 Apr, 2014
2 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a82be108
    Brendan Klare authored
    2014-04-06 16:51:46 -0400  
    Browse Code »
  • Sub 2 indices function
    8894ce2c
    Brendan Klare authored
    2014-04-06 16:51:42 -0400  
    Browse Code »

01 Apr, 2014
2 commits
  • Added -gui warning to Elicit
    d13d9b07
    Scott Klum authored
    2014-04-01 15:27:07 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    05a21101
    Scott Klum authored
    2014-04-01 15:03:01 -0400  
    Browse Code »

31 Mar, 2014
2 commits
  • Switch to a warning when creating GUI transforms without Globals->useGui ...
    91403317
    This allows br -objects to work, and the transform will then just crash in
    project.
    Charles Otto authored
    2014-03-31 13:31:56 -0400  
    Browse Code »
  • Add a qFatal when initializing GUI transforms when Globals->useGui is not set.
    16da4392
    Charles Otto authored
    2014-03-31 12:54:20 -0400  
    Browse Code »

29 Mar, 2014
2 commits
  • Added the ability to remove subjects to Downsample
    e868900c
    Scott Klum authored
    2014-03-29 13:31:01 -0400  
    Browse Code »
  • Added an inconsequential multithreading initializer based on Eigen docs
    2a8e4d9c
    Scott Klum authored
    2014-03-29 13:30:13 -0400  
    Browse Code »

28 Mar, 2014
1 commit
  • serialization fix
    107a0c98
    Josh Klontz authored
    2014-03-28 09:41:34 -0400  
    Browse Code »