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
02 Jul, 2013
7 commits
  • 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
11 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 »
  • STASM update with register.cpp changes
    4569eb79
    Scott Klum authored
    2013-06-25 13:41:21 -0400  
    Browse Code »

14 Jun, 2013
1 commit
  • Fixed outdated plugin doc
    5f550074
    Scott Klum authored
    2013-06-14 10:18:57 -0400  
    Browse Code »

13 Jun, 2013
1 commit
  • Added Retain Transform, which retains on listed key/value pairs in a File's local metadata
    0306db67
    Scott Klum authored
    2013-06-13 13:03:57 -0400  
    Browse Code »

11 Jun, 2013
1 commit
  • Fixed GUI bug
    0978a74d
    Scott Klum authored
    2013-06-11 10:33:33 -0400  
    Browse Code »

29 May, 2013
1 commit
  • removed ct8
    367ec95d
    Josh Klontz authored
    2013-05-29 14:20:54 -0400  
    Browse Code »

27 May, 2013
4 commits
  • Merge pull request #55 from biometrics/pp5_rework ...
    14131484
    Changes to PP5Enroll, proposed fix to #54
    jklontz authored
    2013-05-27 19:10:00 -0700  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into pp5_rework
    c0b68a0f
    Charles Otto authored
    2013-05-27 21:53:21 -0400  
    Browse Code »
  • Merge pull request #53 from biometrics/local_remap ...
    da345e9d
    Changes to subject/label
    jklontz authored
    2013-05-27 08:03:46 -0700  
    Browse Code »
  • Update models ref
    dc645cee
    Charles Otto authored
    2013-05-27 10:29:20 -0400  
    Browse Code »

24 May, 2013
1 commit
  • Merge branch 'master' of https://github.com/biometrics/openbr into local_remap
    02c974c6
    Charles Otto authored
    2013-05-24 11:37:38 -0400  
    Browse Code »

23 May, 2013
2 commits
  • started a page describing the algorithm grammar
    9e34c2c0
    Josh Klontz authored
    2013-05-23 21:53:19 -0400  
    Browse Code »
  • removed NEC wrappers
    6349b9cf
    Josh Klontz authored
    2013-05-23 14:32:48 -0400  
    Browse Code »

22 May, 2013
4 commits
  • bumped version number
    b2d2cf68
    Josh Klontz authored
    2013-05-22 22:50:57 -0400  
    Browse Code »
  • added missing icon formats
    df87b26c
    Josh Klontz authored
    2013-05-22 22:14:19 -0400  
    Browse Code »
  • new icons
    8307d32e
    Josh Klontz authored
    2013-05-22 22:02:19 -0400  
    Browse Code »
  • Added alpha version of logo, resize to 256x256
    daf368fd
    Scott Klum authored
    2013-05-22 17:54:52 -0700  
    Browse Code »