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
28 Aug, 2014
1 commit
  • Output top impostor matches and bottom genuine matches from eval, plot the matches in pdf.
    0a55e14f
    bhklein authored
    2014-08-28 16:35:24 -0400  
    Browse Code »

22 Aug, 2014
3 commits
  • Bug fix
    33dd7d19
    bhklein authored
    2014-08-22 15:27:50 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    3f534073
    Brendan Klare authored
    2014-08-22 11:40:21 -0400  
    Browse Code »
  • Add parameter for rename metadata key to keep original key
    24147dd5
    Brendan Klare authored
    2014-08-22 11:40:19 -0400  
    Browse Code »

21 Aug, 2014
2 commits
  • Added CMC table to plot.cpp, factored out CMC code to getCMC() in eval.cpp
    cc33a4ef
    bhklein authored
    2014-08-21 18:10:38 -0400  
    Browse Code »
  • Fix metadata table for plots with multiple files
    77617214
    bhklein authored
    2014-08-21 16:17:05 -0400  
    Browse Code »

20 Aug, 2014
5 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    2e1969f6
    bhklein authored
    2014-08-20 21:36:50 -0400  
    Browse Code »
  • Added table of TAR values at FAR values from 1e-01 to 1e-06, cleaned up axis labels
    82120538
    bhklein authored
    2014-08-20 21:35:29 -0400  
    Browse Code »
  • readme for BLUFR
    852ccffd
    Ben Klein authored
    2014-08-20 13:27:05 -0400  
    Browse Code »
  • Added BLUFR sigsets for LFW
    4799a4ce
    bhklein authored
    2014-08-20 13:17:09 -0400  
    Browse Code »
  • Added gallerySize for DefaultGallery
    dc84c45c
    Scott Klum authored
    2014-08-20 10:43:05 -0400  
    Browse Code »

19 Aug, 2014
2 commits
  • Merge pull request #239 from biometrics/fromAlgorithm_updates ...
    7b58c21e
    Updates to fromAlgorithm
    sklum authored
    2014-08-19 15:28:24 -0400  
    Browse Code »
  • Make sure transforms aren't being deleted when things go out of scope
    15f91e25
    Scott Klum authored
    2014-08-19 15:27:51 -0400  
    Browse Code »

18 Aug, 2014
9 commits
  • Fixed pipeline scoping issue
    9b0b5a95
    Scott Klum authored
    2014-08-18 13:59:34 -0400  
    Browse Code »
  • Removed unnecessary directives
    08c9f8b7
    Scott Klum authored
    2014-08-18 13:55:40 -0400  
    Browse Code »
  • Reverted to the old progress display
    cdf47978
    Scott Klum authored
    2014-08-18 13:54:49 -0400  
    Browse Code »
  • Removed old comments
    68575fdd
    Scott Klum authored
    2014-08-18 11:13:03 -0400  
    Browse Code »
  • Finish comment
    5e7ee449
    Scott Klum authored
    2014-08-18 11:05:43 -0400  
    Browse Code »
  • Progress output formatting changes
    f887a0b5
    Scott Klum authored
    2014-08-18 10:52:54 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into fromAlgorithm_updates
    4110cfe7
    Scott Klum authored
    2014-08-18 10:26:34 -0400  
    Browse Code »
  • Get rid of unused widget
    06e071dd
    Scott Klum authored
    2014-08-18 10:22:39 -0400  
    Browse Code »
  • Added proper files to source control, solves #238
    f1c81247
    Scott Klum authored
    2014-08-18 10:07:47 -0400  
    Browse Code »

16 Aug, 2014
1 commit
  • setPropertyRecursive updates
    af94c8a3
    Scott Klum authored
    2014-08-16 10:25:33 -0400  
    Browse Code »

15 Aug, 2014
2 commits
  • cvtUChar on the Mat to retain file stuff in the template
    76f03428
    Austin Blanton authored
    2014-08-15 11:54:03 -0400  
    Browse Code »
  • Voided unused index parameter for now
    4cef4046
    Scott Klum authored
    2014-08-15 09:59:33 -0400  
    Browse Code »

14 Aug, 2014
7 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    eda981f9
    Scott Klum authored
    2014-08-14 15:51:47 -0400  
    Browse Code »
  • Added gui constructs to facilitate rankRetrieval
    daa8aa9b
    Scott Klum authored
    2014-08-14 15:51:35 -0400  
    Browse Code »
  • Misc interface improvements
    1b811e50
    Scott Klum authored
    2014-08-14 15:46:32 -0400  
    Browse Code »
  • fromAlgorithm works with algorithm
    832c6316
    Scott Klum authored
    2014-08-14 15:45:29 -0400  
    Browse Code »
  • Prevent display of landmarks in target gallery
    9be26394
    Scott Klum authored
    2014-08-14 14:17:04 -0400  
    Browse Code »
  • Stylistic changes
    ae678056
    Scott Klum authored
    2014-08-14 14:16:32 -0400  
    Browse Code »
  • Some images get to Cascade when not 8UC and fail a cvAssert, CvtUChar before detectMultiScale
    eea7e096
    Austin Blanton authored
    2014-08-14 12:15:57 -0400  
    Browse Code »

13 Aug, 2014
5 commits
  • Fixed output special cases
    95d2b2e3
    Scott Klum authored
    2014-08-13 16:58:31 -0400  
    Browse Code »
  • Missed a file for connections bug
    49f455fa
    Scott Klum authored
    2014-08-13 15:07:05 -0400  
    Browse Code »
  • Don't need currentStep since we are using currentProgress now
    0e61c859
    Scott Klum authored
    2014-08-13 15:06:23 -0400  
    Browse Code »
  • Fixed emptygallery progress bug
    34648949
    Scott Klum authored
    2014-08-13 14:55:51 -0400  
    Browse Code »
  • Fixed templateviewergrid scoping bug
    a3530015
    Scott Klum authored
    2014-08-13 09:56:59 -0400  
    Browse Code »

12 Aug, 2014
2 commits
  • Added rank retrieval mediator
    a7b975a9
    Scott Klum authored
    2014-08-12 17:22:37 -0400  
    Browse Code »
  • Added faceviewer
    147f9ea1
    Scott Klum authored
    2014-08-12 11:01:17 -0400  
    Browse Code »

08 Aug, 2014
1 commit
  • made note of #234
    6d1a99a0
    Josh Klontz authored
    2014-08-08 18:11:43 -0400  
    Browse Code »