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
  • sdk
11 Mar, 2013
7 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a28029c8
    Scott Klum authored
    2013-03-11 17:50:53 -0400  
    Browse Dir »
  • Merge
    f2e360a1
    Scott Klum authored
    2013-03-11 17:50:44 -0400  
    Browse Dir »
  • nec3 updates ...
    a0c58d41
    getBool("X") --> get<bool>("X",false) and appendLandmarks -->
    appendPoints
    lbestrowden authored
    2013-03-11 17:40:42 -0400  
    Browse Dir »
  • started writing a new algorithm
    3021f01b
    Josh Klontz authored
    2013-03-11 17:02:10 -0400  
    Browse Dir »
  • rewrote YouTubeFacesDBTransform
    9b42f0bf
    Josh Klontz authored
    2013-03-11 15:09:52 -0400  
    Browse Dir »
  • fixed KDE default constructor
    c4c126e7
    Josh Klontz authored
    2013-03-11 12:03:34 -0400  
    Browse Dir »
  • removed Points and Rects fields from csv output
    7660cc8e
    Josh Klontz authored
    2013-03-11 11:35:17 -0400  
    Browse Dir »

10 Mar, 2013
3 commits
  • updated CT8 to use new template metadata API, cleaned up some of the logic
    8efb2824
    Josh Klontz authored
    2013-03-10 17:04:29 -0400  
    Browse Dir »
  • tweaks related to #25
    274b7ff1
    Josh Klontz authored
    2013-03-10 14:40:39 -0400  
    Browse Dir »
  • Merging
    fac59bd2
    Scott Klum authored
    2013-03-10 12:34:36 -0400  
    Browse Dir »

09 Mar, 2013
2 commits
  • introduced some new transforms
    b290d3f4
    Josh Klontz authored
    2013-03-09 16:26:07 -0500  
    Browse Dir »
  • fixed pp5 compilation errors resulting from #24
    363e2052
    Josh Klontz authored
    2013-03-09 11:05:23 -0500  
    Browse Dir »

08 Mar, 2013
13 commits
  • rewrote csvGallery
    b9e7e4b2
    Josh Klontz authored
    2013-03-08 23:42:36 -0500  
    Browse Dir »
  • now storing points and landmarks directly
    3d92a1dd
    Josh Klontz authored
    2013-03-08 16:51:55 -0500  
    Browse Dir »
  • rearranged functions
    8726eb4e
    Josh Klontz authored
    2013-03-08 15:50:25 -0500  
    Browse Dir »
  • now using QMap
    89089d76
    Josh Klontz authored
    2013-03-08 15:16:05 -0500  
    Browse Dir »
  • function cleanup
    35ab70c9
    Josh Klontz authored
    2013-03-08 15:11:22 -0500  
    Browse Dir »
  • move CompositeTransform to meta.cpp
    9def2dd6
    Charles Otto authored
    2013-03-08 14:07:19 -0500  
    Browse Dir »
  • formatting tweaks
    63b12502
    Josh Klontz authored
    2013-03-08 13:39:54 -0500  
    Browse Dir »
  • Formatting updates for openbr_plugin.h
    40483f50
    Charles Otto authored
    2013-03-08 13:25:08 -0500  
    Browse Dir »
  • Shut up unused param warning using (void) thing instead
    faba75f3
    Charles Otto authored
    2013-03-08 12:38:52 -0500  
    Browse Dir »
  • renameACoupleMemberVariables
    e93ea97d
    Charles Otto authored
    2013-03-08 11:57:53 -0500  
    Browse Dir »
  • Remove RndTransform
    dd92d1eb
    Charles Otto authored
    2013-03-08 11:57:06 -0500  
    Browse Dir »
  • Restructure composite transform inheritance ...
    b8611ea4
    Make ExpandTransform inherit from PipeTransform, move default implementations
    of several things to PipeTransform.
    This is cleaner since only ExpandTransform and PipeTransform actually share
    code (since they have the same basic execution path).
    Implement ExpandTransform using a decorator class.
    Charles Otto authored
    2013-03-08 11:00:36 -0500  
    Browse Dir »
  • API changes in support of adding a stream based processing model ...
    e465e02e
    Allow inherited properties to be set via a transforms argument list at the
    command line, but exclude properties of classes that directly inherit from
    br::Object (this excludes e.g. Transform's properties which should be set
    during training). Properties are set in the same order that is currently used
    (the order of their property declarations), but all superclass properties are
    set before base class properties.
    
    Changes to the Transform API: add a set of methods supporting non-const project
    operations. Since overloading with a non-const version of the same function
    name won't work, the methods are called projectUpdate, since they perform the
    expected project operation, but also allow the transform to update its internal
    state. This can be used to support tracking operations, as well as online
    learning methods. All current classes can implement projectUpdate by calling
    their const project method.
    
    To handle variable input/output situations (e.g. a tracking function may only
    wish to emit a single template per unique detected object), a "finalize" method
    is also added to Transform, to be called to indicate that no further calls to
    projectUpdate will be made, and allow the transform to emit any final templates
    This is only relevant for non-const project since a time-invariant transform
    has no way to manage an internal list of templates it is waiting to emit.
    
    Add a "timeVarying" method to Transform, which returns a bool indicate whether
    or not the transform is time-invariant (only projectUpdate should be called
    for a time-varying transform).
    
    Refactor Transforms that maintain a list of subclasses (pipe transform, expand
    transform, fork transform, random transform) to inherit from a common subclass
    (CompositeTransform). Time variance for composite transforms is set based on
    their child transforms -- a composite transform with any time-varying children
    is time-varying. Some code consolidation via the shared subclass.
    Charles Otto authored
    2013-03-08 10:13:05 -0500  
    Browse Dir »

07 Mar, 2013
3 commits
  • corrected loading message defaults
    fe72ae12
    Josh Klontz authored
    2013-03-07 18:51:02 -0500  
    Browse Dir »
  • added search example
    81ff707a
    Josh Klontz authored
    2013-03-07 18:45:16 -0500  
    Browse Dir »
  • fixed spacing
    82da48ed
    Josh Klontz authored
    2013-03-07 16:37:30 -0500  
    Browse Dir »

06 Mar, 2013
12 commits
  • fixed you tube face sorting issue
    3e2bb595
    Josh Klontz authored
    2013-03-06 23:24:05 -0500  
    Browse Dir »
  • minor youtube fix
    39cd4d63
    Josh Klontz authored
    2013-03-06 21:16:17 -0500  
    Browse Dir »
  • Various bug fixes
    700eae96
    Scott Klum authored
    2013-03-06 18:35:25 -0500  
    Browse Dir »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    e19e4805
    Scott Klum authored
    2013-03-06 18:32:43 -0500  
    Browse Dir »
  • ct8 tweak
    c950d180
    Josh Klontz authored
    2013-03-06 16:22:23 -0500  
    Browse Dir »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    b92e3530
    Josh Klontz authored
    2013-03-06 15:30:39 -0500  
    Browse Dir »
  • added support for non-square identity matricies
    75a21481
    Josh Klontz authored
    2013-03-06 15:30:32 -0500  
    Browse Dir »
  • CT8 fix
    64a36c1c
    Scott Klum authored
    2013-03-06 14:21:10 -0500  
    Browse Dir »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    82dcffcf
    Scott Klum authored
    2013-03-06 14:20:54 -0500  
    Browse Dir »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    0fe1acc2
    Scott Klum authored
    2013-03-06 14:20:45 -0500  
    Browse Dir »
  • Local
    2463460d
    Scott Klum authored
    2013-03-06 14:20:42 -0500  
    Browse Dir »
  • cleaned up logic for retrieveOrEnroll
    99dd9000
    Josh Klontz authored
    2013-03-06 14:16:53 -0500  
    Browse Dir »