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
09 Jul, 2013
3 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 »

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
8 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 »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a8dad531
    Scott Klum authored
    2013-07-02 10:28:49 -0400  
    Browse Code »
  • Removed old stasm file
    32cd95b3
    Scott Klum authored
    2013-07-02 10:28:27 -0400  
    Browse Code »
  • added missing opencv libs
    86111c8a
    Josh Klontz authored
    2013-07-02 10:25:51 -0400  
    Browse Code »
  • Removed register tweak
    e0b47ea8
    Scott Klum authored
    2013-07-02 10:15:58 -0400  
    Browse Code »

01 Jul, 2013
4 commits
  • Merge pull request #60 from biometrics/stasm ...
    97ba2956
    Stasm
    jklontz authored
    2013-07-01 13:00:40 -0700  
    Browse Code »
  • Fixed conflicts
    2ac9c2d5
    Scott Klum authored
    2013-07-01 10:47:55 -0400  
    Browse Code »
  • Fixed warning bug
    db05fbdc
    Scott Klum authored
    2013-07-01 10:01:08 -0400  
    Browse Code »
  • Added stasm4 source
    6fd44de2
    Scott Klum authored
    2013-07-01 09:59:14 -0400  
    Browse Code »

27 Jun, 2013
1 commit
  • Fix IndependentTransform's transform property reset
    011017d3
    caotto authored
    2013-06-27 15:59:46 -0400  
    Browse Code »

26 Jun, 2013
2 commits
  • Finished stasm4
    0b850ff5
    Scott Klum authored
    2013-06-26 17:47:40 -0400  
    Browse Code »
  • Set up stasm 4 models, removed some globals
    0d5390bb
    Scott Klum authored
    2013-06-26 13:14:13 -0400  
    Browse Code »

25 Jun, 2013
10 commits
  • Stasm4 in serial good to go
    d4bc60e2
    Scott Klum authored
    2013-06-25 17:48:40 -0400  
    Browse Code »
  • added stasm4
    e7ad512a
    Scott Klum authored
    2013-06-25 15:56:24 -0400  
    Browse Code »
  • Add a few transforms to misc.cpp ...
    aebd450c
    Save and Restore mat are used to transfer a template's matrix to metadata/copy
    a matrix in metadata to the template's main matrix. This is useful in e.g.
    visualization applications.
    
    Add a transform to expand the size of detected rects by some factor.
    Charles Otto authored
    2013-06-25 14:48:00 -0400  
    Browse Code »
  • Fix pp5 support for handling multiple detections
    7b411cc3
    Charles Otto authored
    2013-06-25 14:41:33 -0400  
    Browse Code »
  • Add an option to draw on images without cloning them ...
    7195a8fa
    Add an inPlace argument to draw, and add a couple transforms for drawing the
    values of properties at some named point on an image.
    
    The inPlace argument (default false) controls whether or not an image is cloned
    before it is drawn on. Not cloning the image means the transforms doesn't
    exactly obey the const modifier on the input template (since it alters the
    values pointed at by that matrix), which could lead to unexpected results in
    some scenarios.
    
    On the other hand, the clone operation is wasteful in some cases, and also not
    cloning can be useful in scenarios such as drawing a set of detections
    represented by different templates on the same image, so as a compromise we
    have a default off option to draw in place.
    Charles Otto authored
    2013-06-25 14:35:47 -0400  
    Browse Code »
  • Make single template vs. gallery compare virtual
    bc2d76c0
    Charles Otto authored
    2013-06-25 14:22:59 -0400  
    Browse Code »
  • Fixed bug where if PP5 failed stasm would fail
    a6fc60eb
    Scott Klum authored
    2013-06-25 14:03:54 -0400  
    Browse Code »
  • More cmake files
    d4cf88ed
    Scott Klum authored
    2013-06-25 13:58:51 -0400  
    Browse Code »
  • Added new stasm cmake files
    e6a7e66d
    Scott Klum authored
    2013-06-25 13:53:28 -0400  
    Browse Code »
  • Started stasm4 stuff
    915a5ec8
    Scott Klum authored
    2013-06-25 13:53:05 -0400  
    Browse Code »