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
22 Jan, 2013
4 commits
  • 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 »

18 Jan, 2013
1 commit
  • doc tweaks
    6fca8a7f
    Josh Klontz authored
    2013-01-18 17:07:03 -0500  
    Browse Code »

17 Jan, 2013
7 commits
  • preliminary socket support
    2ec427dc
    Josh Klontz authored
    2013-01-17 20:28:31 -0500  
    Browse Code »
  • .mat column-major order bug fix
    429f944e
    Josh Klontz authored
    2013-01-17 17:02:09 -0500  
    Browse Code »
  • Load .bin files in matlab
    827eef9d
    Brendan Klare authored
    2013-01-17 16:43:59 -0500  
    Browse Code »
  • added back matlab code
    fc5776e6
    Josh Klontz authored
    2013-01-17 16:38:35 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a9096252
    Josh Klontz authored
    2013-01-17 15:46:42 -0500  
    Browse Code »
  • cleaned up gallery/enrollment logic
    c395fdbd
    Josh Klontz authored
    2013-01-17 15:46:32 -0500  
    Browse Code »
  • Fix a bug in memGallery::readBlock ...
    85d57079
    This line was intended to check the value of done, not for a null pointer.
    The code could cause an infinite loop in some circumstances.
    
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
    2013-01-17 15:03:50 -0500  
    Browse Code »

16 Jan, 2013
13 commits
  • cleaned up MatrixBuilder class
    ae79a4ed
    Josh Klontz authored
    2013-01-16 22:19:34 -0500  
    Browse Code »
  • some llvm refactoring
    7a6cef73
    Josh Klontz authored
    2013-01-16 21:57:56 -0500  
    Browse Code »
  • llvm plugin compile fixes
    8fa78f7e
    Josh Klontz authored
    2013-01-16 21:37:42 -0500  
    Browse Code »
  • More sort fixes
    211ce2c9
    Scott Klum authored
    2013-01-16 21:07:05 -0500  
    Browse Code »
  • updated doc submodule
    d9128cb3
    Josh Klontz authored
    2013-01-16 18:52:30 -0500  
    Browse Code »
  • Fixed FileList::sort
    2e970666
    Scott Klum authored
    2013-01-16 17:14:49 -0500  
    Browse Code »
  • implemented enroll append
    04c9bf9c
    Josh Klontz authored
    2013-01-16 17:09:43 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    01d165e1
    Scott Klum authored
    2013-01-16 15:15:43 -0500  
    Browse Code »
  • Added filelist sorting by metadata key
    bcf2d579
    Scott Klum authored
    2013-01-16 15:15:38 -0500  
    Browse Code »
  • namespace cleanup
    49b921e2
    Josh Klontz authored
    2013-01-16 13:34:41 -0500  
    Browse Code »
  • oops, fix compile ...
    a5150a01
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
    2013-01-16 13:14:34 -0500  
    Browse Code »
  • Workaround for a mysterious visual studio debug mode issue. ...
    343fa96a
    The qPrintable macro was mangling a string in br::Context::contains (but only
    when using visual studio debug mode), but expanding the macro into two lines
    avoids the issue for some reason.
    
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
    2013-01-16 13:11:52 -0500  
    Browse Code »
  • implemented gallery concatenation. fixed #4
    bb9702d2
    Josh Klontz authored
    2013-01-16 12:06:28 -0500  
    Browse Code »

15 Jan, 2013
8 commits
  • more consistent naming
    7873c508
    Josh Klontz authored
    2013-01-15 21:15:49 -0500  
    Browse Code »
  • new llvm kernel syntax working
    22b321b0
    Josh Klontz authored
    2013-01-15 20:45:41 -0500  
    Browse Code »
  • don't need these anymore
    adbdffec
    Josh Klontz authored
    2013-01-15 17:36:41 -0500  
    Browse Code »
  • matFormat complete
    7aad85e5
    Josh Klontz authored
    2013-01-15 17:35:35 -0500  
    Browse Code »
  • implemented .bin format
    2fcf4ff9
    Josh Klontz authored
    2013-01-15 17:14:31 -0500  
    Browse Code »
  • matFormat almost complete
    8d288efe
    Josh Klontz authored
    2013-01-15 16:54:41 -0500  
    Browse Code »
  • implemented matFormat::read
    2db5366c
    Josh Klontz authored
    2013-01-15 14:57:06 -0500  
    Browse Code »
  • QtUtils readFile/writeFile new defaults
    b5f587dd
    Josh Klontz authored
    2013-01-15 10:00:27 -0500  
    Browse Code »

14 Jan, 2013
6 commits
  • Merge branch 'invert'
    2e518145
    M Taborsky authored
    2013-01-14 18:38:39 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    82cb3e55
    M Taborsky authored
    2013-01-14 18:35:04 -0500  
    Browse Code »
  • minor fixes
    8cf5a18f
    M Taborsky authored
    2013-01-14 18:25:57 -0500  
    Browse Code »
  • Merge branch 'invert' of https://github.com/biometrics/openbr into invert
    1ef3c820
    M Taborsky authored
    2013-01-14 17:40:50 -0500  
    Browse Code »
  • Attempting to squish... ...
    a69c9c35
    PP5 building, bypassing _compare for now
    
    added backProject to Context and Transform
    
    made pixel happy
    
    fixed enroll
    
    some final changes to pittpatt
    
    added author information
    M Taborsky authored
    2013-01-14 17:33:23 -0500  
    Browse Code »
  • generalized Convert
    973ce6bf
    Josh Klontz authored
    2013-01-14 17:28:00 -0500  
    Browse Code »