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
29 Jan, 2013
2 commits
  • When plotting a file, if the number of pivots in the directory and filename ...
    d76e0306
    don't match, use a single column with the name of the file being plotted
    instead of quitting.
    
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
    2013-01-29 14:41:21 -0500  
    Browse Code »
  • progress on cross validation framework
    b6ff0861
    Josh Klontz authored
    2013-01-29 13:04:47 -0500  
    Browse Code »

28 Jan, 2013
4 commits
  • draft of cross validation framework
    49b51c19
    Josh Klontz authored
    2013-01-28 15:05:21 -0500  
    Browse Code »
  • misc things
    7e158f3e
    Josh Klontz authored
    2013-01-28 10:55:59 -0500  
    Browse Code »
  • PP5 tweaks
    edba8066
    Josh Klontz authored
    2013-01-28 10:17:54 -0500  
    Browse Code »
  • cleaned up whitespace and warnings
    1aa9a312
    Josh Klontz authored
    2013-01-28 09:57:28 -0500  
    Browse Code »

27 Jan, 2013
4 commits
  • upped version number, added changelog
    9d771c54
    Josh Klontz authored
    2013-01-27 23:56:06 -0500  
    Browse Code »
  • doc tweaks
    138d3e2d
    Josh Klontz authored
    2013-01-27 22:30:28 -0500  
    Browse Code »
  • cleaned up Rscript logic, added helpful message on failure
    ebe19180
    Josh Klontz authored
    2013-01-27 22:08:15 -0500  
    Browse Code »
  • pointing to updated doc repo
    75a7054d
    Josh Klontz authored
    2013-01-27 21:50:00 -0500  
    Browse Code »

26 Jan, 2013
1 commit
  • llvm refactoring
    25d1190c
    Josh Klontz authored
    2013-01-26 21:19:57 -0500  
    Browse Code »

25 Jan, 2013
11 commits
  • substantial LLVM progress
    78254b65
    Josh Klontz authored
    2013-01-25 23:59:07 -0500  
    Browse Code »
  • Distance::_compare ==> Distance::compare
    3ae7332d
    Josh Klontz authored
    2013-01-25 17:19:57 -0500  
    Browse Code »
  • factored out metadata comparison
    51a99b9f
    Josh Klontz authored
    2013-01-25 17:02:32 -0500  
    Browse Code »
  • Merge pull request #7 from biometrics/kde ...
    f7dff58c
    Implemented Imposter Score Normalization and Match Probability
    jklontz authored
    2013-01-25 13:17:57 -0800  
    Browse Code »
  • unbroke face recognition
    f9c9e2d1
    Josh Klontz authored
    2013-01-25 16:05:06 -0500  
    Browse Code »
  • normalization improvements
    eecc7b41
    Josh Klontz authored
    2013-01-25 15:39:04 -0500  
    Browse Code »
  • IUM/NMP mostly working
    bef0d139
    Josh Klontz authored
    2013-01-25 14:32:51 -0500  
    Browse Code »
  • Merge branch 'master' into kde
    adab506f
    Josh Klontz authored
    2013-01-25 11:48:06 -0500  
    Browse Code »
  • added CheckTransform
    f74da8dd
    Josh Klontz authored
    2013-01-25 11:09:09 -0500  
    Browse Code »
  • improved PrintTransform
    cb9e7362
    Josh Klontz authored
    2013-01-25 10:53:59 -0500  
    Browse Code »
  • added Distance::make
    10160b94
    Josh Klontz authored
    2013-01-25 10:25:10 -0500  
    Browse Code »

24 Jan, 2013
5 commits
  • finished IUM draft
    0fb1cef2
    Josh Klontz authored
    2013-01-24 17:04:16 -0500  
    Browse Code »
  • added IUM bins
    4b34805a
    Josh Klontz authored
    2013-01-24 15:32:41 -0500  
    Browse Code »
  • exposed DKE equations
    e3b09a68
    Josh Klontz authored
    2013-01-24 14:25:22 -0500  
    Browse Code »
  • plot tweaks
    83dd836b
    Josh Klontz authored
    2013-01-24 14:07:29 -0500  
    Browse Code »
  • implemented IUMTransform
    1a424f80
    Josh Klontz authored
    2013-01-24 12:32:18 -0500  
    Browse Code »

23 Jan, 2013
3 commits
  • added threshold value for #6
    11bf404b
    Josh Klontz authored
    2013-01-23 17:32:55 -0500  
    Browse Code »
  • improved/fixed demographic filter thread safety
    760c7c00
    Josh Klontz authored
    2013-01-23 14:50:55 -0500  
    Browse Code »
  • new API for specifying demographic filters
    28ac05ec
    Josh Klontz authored
    2013-01-23 14:08:15 -0500  
    Browse Code »

22 Jan, 2013
9 commits
  • a simpler alternative to sockets
    970b3bc9
    Josh Klontz authored
    2013-01-22 21:48:28 -0500  
    Browse Code »
  • undid flawed socket code
    e1d2868d
    Josh Klontz authored
    2013-01-22 21:40:26 -0500  
    Browse Code »
  • Update ct8 plugin documentation
    c82d18ca
    caotto authored
    2013-01-22 15:46:22 -0500  
    Browse Code »
  • re-add check in br::Object::setProperty, but only when not adding a dynamic ...
    6d6ca756
    property.
    caotto authored
    2013-01-22 14:11:01 -0500  
    Browse Code »
  • Handle facevacs config file location ...
    48960598
    Export the facevacs directory found by cmake, use that to define a default
    config file location of facevacs_dir/etc/frsdk.cfg. Store the config file
    path as a property of Globals, allowing users to specify a config file path
    as a command line argument to br.exe.
    Modifications to openbr_plugin.cpp allow adding dynamic properties (strings
    only) to br::Objects.
    caotto authored
    2013-01-22 13:47:03 -0500  
    Browse Code »
  • Surface the FaceVACS face detector's interoccular distance parameters
    c8ab0035
    caotto authored
    2013-01-22 13:47:02 -0500  
    Browse Code »
  • Update ct8 cmake files ...
    e035e21e
    Target version 8.6.0 of the sdk (this could stand to be generalized somehow)
    Link debug versions of the library when building debug configurations.
    When building with visual studio, pick the appropriate pre-complied library
    for the version of the compiler being used.
    caotto authored
    2013-01-22 13:47:02 -0500  
    Browse Code »
  • Preliminary update to the ct8 plugin ...
    670ffb11
    Various changes to make the plugin consistent with the current API.
    Switch a number of data structures to QT things instead of openCV equivalents.
    Make FRsdk::OpenCVImageBody construct either an rgb or grayscale representation
    depending on input image type instead of always building both.
    Mark failure cases in both the detection and enrollment transforms.
    Allow the enrollment transform to work even if eye detection hasn't been done
    yet (the sdk will automatically do detection using the default parameters).
    caotto authored
    2013-01-22 13:47:01 -0500  
    Browse Code »
  • cleaned up Context
    659370e6
    Josh Klontz authored
    2013-01-22 09:07:07 -0500  
    Browse Code »

21 Jan, 2013
1 commit
  • implemented -noDuplicates
    9240e10e
    Josh Klontz authored
    2013-01-21 15:22:37 -0500  
    Browse Code »