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 Nov, 2013
2 commits
  • 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 »

20 Nov, 2013
6 commits
  • In eval, construct a pairwise mask for a matrix if that seems appropriate ...
    1304c275
    If we get a 1 column matrix in eval, check if the query and target sets are
    of matching size, and construct a pairwise mask for that matrix.
    Charles Otto authored
    2013-11-20 23:47:01 -0500  
    Browse Code »
  • Transform added to convert eye locations to face bounding box
    ffcbc59f
    Brendan Klare authored
    2013-11-20 23:10:29 -0500  
    Browse Code »
  • Added Gallery functions to the C API
    58c5d8cb
    Austin Blanton authored
    2013-11-20 17:44:24 -0500  
    Browse Code »
  • fixed msvc download link
    34ff1c31
    Josh Klontz authored
    2013-11-20 12:58:06 -0500  
    Browse Code »
  • build fix
    d1bb8550
    Josh Klontz authored
    2013-11-20 12:20:54 -0500  
    Browse Code »
  • temporarilty removing janus files
    66d23de8
    Josh Klontz authored
    2013-11-20 11:08:36 -0500  
    Browse Code »

19 Nov, 2013
3 commits
  • started implementing janus functions
    bc4c7f43
    Josh Klontz authored
    2013-11-19 12:06:22 -0500  
    Browse Code »
  • initial configuration for janus submodule
    db31cb65
    Josh Klontz authored
    2013-11-19 11:50:55 -0500  
    Browse Code »
  • added janus submodule
    00bdac9d
    Josh Klontz authored
    2013-11-19 10:34:57 -0500  
    Browse Code »

18 Nov, 2013
1 commit
  • Merge pull request #131 from biometrics/pairwise_compare ...
    48bdede7
    Add support for doing eval in terms of a series of pairwise comparisons
    caotto authored
    2013-11-18 10:01:02 -0800  
    Browse Code »

17 Nov, 2013
6 commits
  • Consolidate mask/mtx formats
    47ab471e
    Charles Otto authored
    2013-11-17 23:21:30 -0500  
    Browse Code »
  • Handle column -> row major in matFormat correctly ...
    9bc26a41
    We do need to do a transpose, but the inital matrix should have columns and
    rows reversed, so that the matrix side remains correct.
    Charles Otto authored
    2013-11-17 19:31:50 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into pairwise_compare
    d7a63a01
    Charles Otto authored
    2013-11-17 18:24:23 -0500  
    Browse Code »
  • Unify BEE::writeSimmat/writeMask ...
    a2c71854
    Similar to the read methods, cv::mat contains type information, so there is no
    particular need for separate methods for masks and similarity matrices.
    
    Also, fix an apparent bug where .mat files read by openbr were transposed
    (compared to their dimensions when writing the files).
    Charles Otto authored
    2013-11-17 18:21:50 -0500  
    Browse Code »
  • Added rocOption plotting functionality
    42f68f33
    Scott Klum authored
    2013-11-17 16:49:48 -0500  
    Browse Code »
  • Refactor BEE::readMask and readSimmat to a common readMat function ...
    c3e880e6
    Since .mtx files include a matrix type in their header, we don't really need
    separate functions to read similarity matrices and masks.
    
    This drops special case support for creating identity matrices via readSimmat
    and readMask (since in that case, there is no actual header to read to get a
    matrix type).
    Charles Otto authored
    2013-11-17 14:39:58 -0500  
    Browse Code »

16 Nov, 2013
7 commits
  • Preliminary framework for pairwise comparisons
    0d62d619
    Charles Otto authored
    2013-11-16 23:25:32 -0500  
    Browse Code »
  • Add sigsets for the LFW test protocol
    1acb1f2a
    Charles Otto authored
    2013-11-16 21:42:59 -0800  
    Browse Code »
  • Don't overwrite pre-existing Partition metadata in galleries
    976c5331
    Charles Otto authored
    2013-11-16 18:04:20 -0500  
    Browse Code »
  • Forgot about br_register
    30f8fe2e
    Scott Klum authored
    2013-11-16 11:27:16 -0500  
    Browse Code »
  • Renamed for point related transforms
    8f64678e
    Scott Klum authored
    2013-11-16 11:25:15 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    071aad01
    Scott Klum authored
    2013-11-16 11:24:17 -0500  
    Browse Code »
  • Stasm talks too much, using verbose now
    e2b9148e
    Scott Klum authored
    2013-11-16 11:15:53 -0500  
    Browse Code »

15 Nov, 2013
3 commits
  • Accidentally took out ConsolidateDetections
    d21c50c1
    Austin Blanton authored
    2013-11-15 11:52:43 -0500  
    Browse Code »
  • Add show/eval command to script
    9c7f44a5
    Austin Blanton authored
    2013-11-15 11:50:51 -0500  
    Browse Code »
  • Plot detection results
    b0ac5801
    Austin Blanton authored
    2013-11-15 11:18:21 -0500  
    Browse Code »