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
07 Feb, 2014
1 commit
  • Xcode config file initial support
    a5210c56
    user authored
    2014-02-07 14:05:20 -0500  
    Browse Code »

16 Dec, 2013
1 commit
  • Add a Bitdeli badge to README
    16602596
    Bitdeli Chef authored
    2013-12-16 05:09:16 +0000  
    Browse Code »

15 Dec, 2013
1 commit
  • Merge pull request #1 from bitdeli-chef/master ...
    1640f68b
    Add a Bitdeli Badge to README
    mburge authored
    2013-12-15 21:07:12 -0800  
    Browse Code »

02 Dec, 2013
4 commits
  • Some possible errors, marked w/ TODO:
    402b1afb
    Mark Burge authored
    2013-12-02 16:02:50 -0500  
    Browse Code »
  • Inital support for OS X Mavericks, Clang 5.0, OpenCV 2.4.7, C++11, libstdc++
    c708ac1e
    Mark Burge authored
    2013-12-02 15:16:54 -0500  
    Browse Code »
  • Add br_get_metadata_string to C API
    83b596bd
    Austin Blanton authored
    2013-12-02 11:32:42 -0500  
    Browse Code »
  • cmake backwards compatibility fix
    909bd3ef
    Josh Klontz authored
    2013-12-02 10:25:09 -0500  
    Browse Code »

01 Dec, 2013
3 commits
  • Stasm behavior tweak
    ac554c19
    Scott Klum authored
    2013-12-01 13:49:10 -0500  
    Browse Code »
  • Removed debug statement
    6c49bccd
    Scott Klum authored
    2013-12-01 13:43:31 -0500  
    Browse Code »
  • Fixed pinEye bug
    b81a3370
    Scott Klum authored
    2013-12-01 13:42:56 -0500  
    Browse Code »

27 Nov, 2013
2 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    d1dee8c2
    Scott Klum authored
    2013-11-27 10:05:16 -0500  
    Browse Code »
  • Merge pull request #139 from biometrics/FilterOnMetadata ...
    4c9bff3e
    New transform to filter gallery based on meta-data
    jklontz authored
    2013-11-27 05:19:13 -0800  
    Browse Code »

26 Nov, 2013
3 commits
  • New transform to filter gallery based on meta-data
    52dc5736
    Brendan Klare authored
    2013-11-26 14:59:20 -0500  
    Browse Code »
  • Address issue #137 (crash due to early deletion of stream) ...
    0aa3a817
    In stream, only release the calling thread after the last thread has exited
    the last stage. This should prevent any issues related to the calling thread
    being released, then deleting or otherwise damaging the stream while anything
    is still active.
    Charles Otto authored
    2013-11-26 14:27:17 -0500  
    Browse Code »
  • commented eval detection for #138
    872ecd47
    Josh Klontz authored
    2013-11-26 10:57:59 -0500  
    Browse Code »

25 Nov, 2013
3 commits
  • Bug fix for detection sample extraction
    6298e600
    Brendan Klare authored
    2013-11-25 12:38:46 -0500  
    Browse Code »
  • minor fixes
    2b62de7b
    Josh Klontz authored
    2013-11-25 11:11:34 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    2f4fffed
    Scott Klum authored
    2013-11-25 08:59:34 -0500  
    Browse Code »

24 Nov, 2013
4 commits
  • Address #135, update models ref due to compatibility break
    fea31bb9
    Charles Otto authored
    2013-11-24 20:00:12 -0500  
    Browse Code »
  • Rework smartCopy ...
    353d2496
    If we are doing nonsense like composing algorithms in memory, checking for
    a NULL parent is not a viable way to detect when smartCopy has returned a
    loose transform. This is because root transforms created through
    algorithmCore or whatever also have NULL parents, but actually they will
    be deleted via QSharedPointers, so adding them to a parent chain is
    dangerous, and they can show up as child transforms if we say attach them
    as children of a stream or distribute transform as part of a
    parallelization scheme.
    
    So, instead we add an output parameter to smartCopy indicating if the
    returned pointer is a newly allocated transform, that is not already set
    up to be deleted.
    Charles Otto authored
    2013-11-24 19:35:46 -0800  
    Browse Code »
  • Merge pull request #136 from biometrics/calm_down ...
    a5768458
    Remove the '!' abbreviation
    jklontz authored
    2013-11-24 15:11:40 -0800  
    Browse Code »
  • Don't use ! as a shortcut for +Expand+
    7c61237a
    Charles Otto authored
    2013-11-24 16:06:52 -0800  
    Browse Code »

23 Nov, 2013
1 commit
  • Spellcheck
    e335e0ce
    Scott Klum authored
    2013-11-23 14:49:34 -0500  
    Browse Code »

22 Nov, 2013
5 commits
  • Fix a periodic crash when running br -objects without -useGui 0 ...
    4cf13c8d
    Fix a crash periodically manifested in br -objects which was caused by
    ShowTrainingTransform's transform * creating and deleting a ShowTransform so
    quickly that its associated window still had incoming messages when it was
    deleted in ShowTransform's destructor.
    
    By using the deleteLater slot instead of calling delete directly we can be sure
    that incoming events are processed before the window is deleted.
    Charles Otto authored
    2013-11-22 23:13:09 -0500  
    Browse Code »
  • Fix br -objects
    96bc6989
    Charles Otto authored
    2013-11-22 23:11:44 -0500  
    Browse Code »
  • In train, use the parallelized transform when projecting
    0eab7097
    Charles Otto authored
    2013-11-22 22:25:36 -0500  
    Browse Code »
  • Add br_img_is_empty to C API in case imdecode fails
    31bef74e
    Austin Blanton authored
    2013-11-22 10:10:55 -0500  
    Browse Code »
  • generalized evalGenderRecognition script
    9309ed63
    Josh Klontz authored
    2013-11-22 10:04:17 -0500  
    Browse Code »

21 Nov, 2013
12 commits
  • Add option to enroll TemplateList from C API
    c9abf219
    Austin Blanton authored
    2013-11-21 17:15:14 -0500  
    Browse Code »
  • Add option to crop ROI from a metadata field
    3c26e2d4
    Austin Blanton authored
    2013-11-21 17:14:46 -0500  
    Browse Code »
  • Add a script running FaceRecognition using the LFW protocol ...
    2ca2ed58
    Rscript will actually crash partway through writing the output pdf, presumably
    because the recognition curves are degeenrate in this case.
    Charles Otto authored
    2013-11-21 17:05:19 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    e418200f
    Brendan Klare authored
    2013-11-21 16:34:06 -0500  
    Browse Code »
  • Bug fix for case when no face is detected
    ca599e75
    Brendan Klare authored
    2013-11-21 16:33:48 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    e89ad62d
    Scott Klum authored
    2013-11-21 16:32:54 -0500  
    Browse Code »
  • Added coordinate output in draw, moved some landmark related transforms to landmark.cpp
    d801d6fb
    Scott Klum authored
    2013-11-21 16:32:44 -0500  
    Browse Code »
  • Merge pull request #134 from biometrics/template_updates ...
    9d059134
    Address #133
    jklontz authored
    2013-11-21 13:29:56 -0800  
    Browse Code »
  • Fixed some documentation on ReadLandmarks
    160b54a8
    Scott Klum authored
    2013-11-21 16:14:20 -0500  
    Browse Code »
  • Added ReadLandmarks
    d7cafb9b
    Scott Klum authored
    2013-11-21 16:09:18 -0500  
    Browse Code »
  • Warn on Expand::project(template), qFatal is excessive here
    ef618c59
    Charles Otto authored
    2013-11-21 15:16:27 -0500  
    Browse Code »
  • Address #133 (examples broken due to transform creation changes) ...
    5f606cd2
    By default, when Transform::fromAlgorithm is used, attach a stream transform
    as the root of whatever transform is created (can be disabled with a flag).
    
    Actually implement stream project(template), give a warning if only returning
    one of N templates.
    Charles Otto authored
    2013-11-21 15:12:39 -0500  
    Browse Code »