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
17 Jul, 2013
1 commit
  • Fixed FTO processing in a few cases
    f30dde91
    Scott Klum authored
    2013-07-17 12:15:23 -0400  
    Browse Code »

16 Jul, 2013
12 commits
  • Removed debug statements
    82113eb9
    Scott Klum authored
    2013-07-16 19:19:18 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    285b6860
    Scott Klum authored
    2013-07-16 19:17:58 -0400  
    Browse Code »
  • Simplified barycentric logic
    65a1c5ee
    Scott Klum authored
    2013-07-16 19:17:34 -0400  
    Browse Code »
  • Merge pull request #69 from biometrics/PittPatt ...
    4c0fea7e
    allow single template comparisons in PP5
    jklontz authored
    2013-07-16 13:24:01 -0700  
    Browse Code »
  • allow single template comparisons in PP5
    4d42bac2
    Jordan authored
    2013-07-16 16:12:53 -0400  
    Browse Code »
  • Merge pull request #68 from biometrics/onlineDistance ...
    2a3fcf3d
    Online distance metric added
    jklontz authored
    2013-07-16 11:23:05 -0700  
    Browse Code »
  • Bug fix (forget to assign value to table)
    e48e4411
    Brendan Klare authored
    2013-07-16 14:20:05 -0400  
    Browse Code »
  • Added online distance function
    fc713d2f
    Brendan Klare authored
    2013-07-16 14:13:48 -0400  
    Browse Code »
  • Added online distance metric
    3aa2be93
    Brendan Klare authored
    2013-07-16 13:49:13 -0400  
    Browse Code »
  • Merge pull request #66 from biometrics/newOpenTransform ...
    bd7a2f64
    Updated openTransform to not overwrite Templates with matrix data
    jklontz authored
    2013-07-16 10:03:37 -0700  
    Browse Code »
  • Updated with Josh's suggestions
    45f83c56
    Jordan authored
    2013-07-16 11:10:01 -0400  
    Browse Code »
  • Updated openTransform to not overwrite Templates with matrix data
    bc729a67
    Jordan authored
    2013-07-16 09:58:00 -0400  
    Browse Code »

15 Jul, 2013
3 commits
  • Fixed some bad things
    33ca8bf2
    Scott Klum authored
    2013-07-15 19:22:35 -0400  
    Browse Code »
  • Updates to landmarks
    c5e279ae
    Scott Klum authored
    2013-07-15 14:44:03 -0400  
    Browse Code »
  • Added interpolation methods for affine and resize
    d3fbb06f
    Scott Klum authored
    2013-07-15 11:42:28 -0400  
    Browse Code »

11 Jul, 2013
4 commits
  • Refactoring of procrustes
    86c4be32
    Scott Klum authored
    2013-07-11 22:22:31 -0400  
    Browse Code »
  • Tweaked meantransform a bit
    be4187e4
    Scott Klum authored
    2013-07-11 21:09:02 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    0eb06161
    Scott Klum authored
    2013-07-11 21:02:01 -0400  
    Browse Code »
  • More updates for procrustes and delaunay
    d240b48a
    Scott Klum authored
    2013-07-11 21:01:56 -0400  
    Browse Code »

09 Jul, 2013
4 commits
  • Remove debug code
    6ef43b4f
    Charles Otto authored
    2013-07-09 20:45:19 -0400  
    Browse Code »
  • If multiple templates are passed to stream, display them in sequence ...
    900bdb55
    If stream receives a templatelist with multiple templates, display them in
    sequence (currently kind of a hack). If this behavior is undesirable, it can
    be avoided by using distribute.
    Charles Otto authored
    2013-07-09 20:38:34 -0400  
    Browse Code »
  • Fix FPSSynch, rename FPSLimit ...
    8d78f0db
    Fix a bug in FPSSynch, also rename it FPSLimit because it only reduces the max
    frame rate of an algorithm, it doesn't do frame dropping or anything.
    Charles Otto authored
    2013-07-09 20:38:33 -0400  
    Browse Code »
  • Delauney/procrustes with pseudo-barycentric texture mapping
    9e3e99a4
    Scott Klum authored
    2013-07-09 12:47:44 -0400  
    Browse Code »

07 Jul, 2013
1 commit
  • Use a static link for stasm4 on windows ...
    d1ae1645
    Otherwise we need to set up exports for whatever is being used by the br
    plugin.
    Charles Otto authored
    2013-07-07 14:38:15 -0700  
    Browse Code »

06 Jul, 2013
6 commits
  • Merge pull request #64 from biometrics/install_opencv_relative ...
    510b38b9
    Look for OpenCV bin dir relative to the lib directory
    jklontz authored
    2013-07-06 20:16:32 -0700  
    Browse Code »
  • Look for OpenCV bin dir relative to the lib directory ...
    e9ed2047
    In windows, instead of using OpenCV_DIR, look for the opencv binaries
    relative to OpenCV_LIB_DIR, this works with the pre-built opencv
    distribution for windows.
    Charles Otto authored
    2013-07-06 20:39:37 -0700  
    Browse Code »
  • Improve version check for policy CMP0020
    05cb481c
    Charles Otto authored
    2013-07-06 21:22:37 -0400  
    Browse Code »
  • Silence a bunch of warnings from a new cmake policy
    61a0c741
    Charles Otto authored
    2013-07-06 21:03:35 -0700  
    Browse Code »
  • Don't use direct version numbers for dlls distributed with windows Qt
    b866f5f7
    Charles Otto authored
    2013-07-06 17:14:47 -0700  
    Browse Code »
  • removed unnecessary cmake package logic
    31e67b6e
    Josh Klontz authored
    2013-07-06 16:21:54 -0400  
    Browse Code »

05 Jul, 2013
2 commits
  • Merge pull request #61 from biometrics/windows_build ...
    d2069e87
    Add /MP to visual studio flags
    jklontz authored
    2013-07-05 18:54:35 -0700  
    Browse Code »
  • Add /MP to visual studio flags
    ead8e14e
    Charles Otto authored
    2013-07-05 19:14:41 -0700  
    Browse Code »

03 Jul, 2013
3 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    66e940bb
    Scott Klum authored
    2013-07-03 16:53:28 -0400  
    Browse Code »
  • Procrustes transform: Fixed loading and storing or meanshape
    fc1d92b2
    Scott Klum authored
    2013-07-03 16:53:24 -0400  
    Browse Code »
  • Delauney transform: started; Procrusted transform: suboptimal, but functionally done
    5d82ee4e
    Scott Klum authored
    2013-07-03 14:03:53 -0400  
    Browse Code »

02 Jul, 2013
4 commits
  • Procrustes transform: R matrix calculated
    66160b30
    Scott Klum authored
    2013-07-02 17:11:37 -0400  
    Browse Code »
  • Add a few example algorithms using Stream for video processing ...
    76daa708
    DisplayVideo just shows the frames of a video sequentially, PerFrameDetection
    does face/eye detection on every frame and displays the results, AgeGenderDemo
    uses AgeRegressor and GenderClassifier for age/gender detection, and displays
    the results.
    
    These algorithms expect a gallery with the name of one (or more) video sources
    video sources can be the location of a video (including the address of an ip
    camera), or the index of a webcam.
    Charles Otto authored
    2013-07-02 13:20:01 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    02fd1424
    Josh Klontz authored
    2013-07-02 10:40:27 -0400  
    Browse Code »
  • fixed msvc2012 warnings
    b1c88730
    Josh Klontz authored
    2013-07-02 10:40:14 -0400  
    Browse Code »