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 May, 2014
5 commits
  • Rename emptyRead FileList::fromGallery, default caching to off.
    5ffd5dc3
    Charles Otto authored
    2014-05-28 15:50:50 -0400  
    Browse Code »
  • Don't create temporary transforms containing idenity ...
    33ec0cdc
    Instead, we just prepend/append to transform lists as needed. Maybe this
    is less confusing.
    Charles Otto authored
    2014-05-28 12:38:10 -0400  
    Browse Code »
  • Set correct stream readMode for transforms returned by Transform::fromAlgorithm
    c860d36e
    Charles Otto authored
    2014-05-28 12:14:37 -0400  
    Browse Code »
  • Refactor emptyRead ...
    4d6920b6
    Move emptyRead to a higher visibility scope, and make it handle caching
    metadata in addition to reading galleries. Caching still leverages
    memGallery since re-implementing a cache just for FileLists would largely
    be redundant.
    Charles Otto authored
    2014-05-28 11:30:46 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into stream_based_comparison
    7ac44304
    Charles Otto authored
    2014-05-28 10:31:46 -0400  
    Browse Code »

27 May, 2014
14 commits
  • Minor updates.
    2ec4f684
    Brendan Klare authored
    2014-05-27 20:50:31 -0400  
    Browse Code »
  • Header file update
    d14f9e50
    Brendan Klare authored
    2014-05-27 20:50:26 -0400  
    Browse Code »
  • Fixed typo
    cd8e3d0a
    Brendan Klare authored
    2014-05-27 20:50:00 -0400  
    Browse Code »
  • Helper function to remove item from square matrix
    4d29deb3
    Brendan Klare authored
    2014-05-27 20:49:41 -0400  
    Browse Code »
  • Adding svm regressor output to dst template data
    3b6db8cd
    Brendan Klare authored
    2014-05-27 20:48:48 -0400  
    Browse Code »
  • Merge pull request #182 from biometrics/evalDetection ...
    d61c72e9
    generalized -evalDetection
    Josh Klontz authored
    2014-05-27 17:37:44 -0400  
    Browse Code »
  • updated to latest janus
    83943217
    Josh Klontz authored
    2014-05-27 17:36:08 -0400  
    Browse Code »
  • added sanity check to matrix format for br -eval
    5796d708
    Josh Klontz authored
    2014-05-27 17:31:56 -0400  
    Browse Code »
  • Merge pull request #183 from biometrics/split_download ...
    6f2af056
    Split downloading the MEDS dataset to a separate file
    Josh Klontz authored
    2014-05-27 16:41:16 -0400  
    Browse Code »
  • Split downloading the MEDS dataset to a separate file ...
    62d074b4
    downloading all the datasets in downloadDatasets.sh is time consuming, and
    MEDS is the only dataset used in make test, as well as
    evalFaceRecognition-MEDS.sh. Splitting MEDS to a searate file simplifies
    the process of validating an OpenBR build.
    Charles Otto authored
    2014-05-27 16:34:53 -0400  
    Browse Code »
  • generalized -evalDetection
    89b9823b
    Josh Klontz authored
    2014-05-27 16:26:43 -0400  
    Browse Code »
  • janus_finalize_template should skip over empty templates
    8b418541
    Josh Klontz authored
    2014-05-27 15:29:58 -0400  
    Browse Code »
  • added PP5CompareDistance::compare(cv::Mat, cv::Mat)
    c51200fa
    Josh Klontz authored
    2014-05-27 15:00:53 -0400  
    Browse Code »
  • janus_finalize_template sanity check
    579fec22
    Josh Klontz authored
    2014-05-27 14:55:55 -0400  
    Browse Code »

22 May, 2014
4 commits
  • Merge pull request #179 from dgcrouse/master ...
    ce6fe757
    Added training for cascade classifiers
    Josh Klontz authored
    2014-05-22 14:20:41 -0400  
    Browse Code »
  • Style improvements, fixed static/const/reference
    f65ab061
    dgcrouse authored
    2014-05-22 14:14:28 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    f239ab13
    Brendan Klare authored
    2014-05-22 12:21:38 -0400  
    Browse Code »
  • Probe and gal files for PCSO testing
    353de3eb
    Brendan Klare authored
    2014-05-22 12:21:30 -0400  
    Browse Code »

21 May, 2014
7 commits
  • Added author attribution
    cfc5eb2c
    dgcrouse authored
    2014-05-21 15:10:29 -0400  
    Browse Code »
  • Fixed bug where arguments not passed to trainer
    8d98330e
    dgcrouse authored
    2014-05-21 14:18:56 -0400  
    Browse Code »
  • 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
2 commits
  • Legend to the bottom of the plot
    666be3aa
    Brendan Klare authored
    2014-05-15 13:14:00 -0400  
    Browse Code »
  • 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
3 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 »