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
11 Mar, 2013
17 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    b45acc40
    Scott Klum authored
    2013-03-11 20:40:10 -0400  
    Browse Code »
  • More fixes
    b862f3bd
    Scott Klum authored
    2013-03-11 20:40:04 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    7853aa2e
    Josh Klontz authored
    2013-03-11 20:39:36 -0400  
    Browse Code »
  • fixed up scripts
    7b8abf96
    Josh Klontz authored
    2013-03-11 20:39:30 -0400  
    Browse Code »
  • Plugin cleanup
    dc9fe3d1
    Scott Klum authored
    2013-03-11 20:36:46 -0400  
    Browse Code »
  • PP5 fix, file::flat() and init() tweaks
    48d8b3cc
    Scott Klum authored
    2013-03-11 19:56:17 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    8c5213c9
    Scott Klum authored
    2013-03-11 19:55:06 -0400  
    Browse Code »
  • added more scripts
    b104b8e5
    Josh Klontz authored
    2013-03-11 18:41:58 -0400  
    Browse Code »
  • fixed submodule issue introduced in a0c58d419972363717e616983b26bf2bbcde7772
    7f7362fd
    Josh Klontz authored
    2013-03-11 18:36:28 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a28029c8
    Scott Klum authored
    2013-03-11 17:50:53 -0400  
    Browse Code »
  • Merge
    f2e360a1
    Scott Klum authored
    2013-03-11 17:50:44 -0400  
    Browse Code »
  • nec3 updates ...
    a0c58d41
    getBool("X") --> get<bool>("X",false) and appendLandmarks -->
    appendPoints
    lbestrowden authored
    2013-03-11 17:40:42 -0400  
    Browse Code »
  • started writing a new algorithm
    3021f01b
    Josh Klontz authored
    2013-03-11 17:02:10 -0400  
    Browse Code »
  • rewrote YouTubeFacesDBTransform
    9b42f0bf
    Josh Klontz authored
    2013-03-11 15:09:52 -0400  
    Browse Code »
  • added training scripts
    2e3ebad6
    Josh Klontz authored
    2013-03-11 13:42:12 -0400  
    Browse Code »
  • fixed KDE default constructor
    c4c126e7
    Josh Klontz authored
    2013-03-11 12:03:34 -0400  
    Browse Code »
  • removed Points and Rects fields from csv output
    7660cc8e
    Josh Klontz authored
    2013-03-11 11:35:17 -0400  
    Browse Code »

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 Code »
  • tweaks related to #25
    274b7ff1
    Josh Klontz authored
    2013-03-10 14:40:39 -0400  
    Browse Code »
  • Merging
    fac59bd2
    Scott Klum authored
    2013-03-10 12:34:36 -0400  
    Browse Code »

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

08 Mar, 2013
18 commits
  • Merge pull request #24 from biometrics/file_refactoring ...
    6cbb4612
    File refactoring
    jklontz authored
    2013-03-08 21:05:16 -0800  
    Browse Code »
  • rewrote csvGallery
    b9e7e4b2
    Josh Klontz authored
    2013-03-08 23:42:36 -0500  
    Browse Code »
  • updated changelog
    e9169ab6
    Josh Klontz authored
    2013-03-08 16:56:02 -0500  
    Browse Code »
  • now storing points and landmarks directly
    3d92a1dd
    Josh Klontz authored
    2013-03-08 16:51:55 -0500  
    Browse Code »
  • rearranged functions
    8726eb4e
    Josh Klontz authored
    2013-03-08 15:50:25 -0500  
    Browse Code »
  • now using QMap
    89089d76
    Josh Klontz authored
    2013-03-08 15:16:05 -0500  
    Browse Code »
  • function cleanup
    35ab70c9
    Josh Klontz authored
    2013-03-08 15:11:22 -0500  
    Browse Code »
  • Merge pull request #23 from biometrics/video_thing ...
    e2fb91d8
    Changes to support better video processing, round 1 "a lot of work to accomplish nothing"
    jklontz authored
    2013-03-08 11:09:49 -0800  
    Browse Code »
  • move CompositeTransform to meta.cpp
    9def2dd6
    Charles Otto authored
    2013-03-08 14:07:19 -0500  
    Browse Code »
  • Merge branch 'video_thing' of https://github.com/biometrics/openbr into video_thing
    f370d6e9
    Josh Klontz authored
    2013-03-08 13:40:08 -0500  
    Browse Code »
  • formatting tweaks
    63b12502
    Josh Klontz authored
    2013-03-08 13:39:54 -0500  
    Browse Code »
  • Update changelog to reflect preliminary changes to Transform API
    928d7047
    Charles Otto authored
    2013-03-08 13:33:24 -0500  
    Browse Code »
  • Formatting updates for openbr_plugin.h
    40483f50
    Charles Otto authored
    2013-03-08 13:25:08 -0500  
    Browse Code »
  • Shut up unused param warning using (void) thing instead
    faba75f3
    Charles Otto authored
    2013-03-08 12:38:52 -0500  
    Browse Code »
  • renameACoupleMemberVariables
    e93ea97d
    Charles Otto authored
    2013-03-08 11:57:53 -0500  
    Browse Code »
  • Remove RndTransform
    dd92d1eb
    Charles Otto authored
    2013-03-08 11:57:06 -0500  
    Browse Code »
  • 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 Code »
  • 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 Code »