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
12 Aug, 2013
21 commits
  • Add a transform that can be used to incrementally save frames to disk through the gallery interface
    d177a459
    Charles Otto authored
    2013-08-12 19:52:29 -0700  
    Browse Code »
  • Use a mutex when opening videos in stream, this appears to not be thread safe on windows.
    c919513d
    Charles Otto authored
    2013-08-12 19:52:28 -0700  
    Browse Code »
  • Enforce a minimum window size in Show to avoid warnings in windows
    eb9a51b0
    Charles Otto authored
    2013-08-12 19:52:27 -0700  
    Browse Code »
  • Fixed ref
    15336a59
    Scott Klum authored
    2013-08-12 17:18:48 -0400  
    Browse Code »
  • Removed ElicitMetadataTransform
    3a2a1ec8
    Scott Klum authored
    2013-08-12 16:43:59 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    e74ebed5
    Scott Klum authored
    2013-08-12 16:42:34 -0400  
    Browse Code »
  • Added ElicitTransform
    8058f81d
    Scott Klum authored
    2013-08-12 16:42:08 -0400  
    Browse Code »
  • fixed FAR truncation per #87
    df3adb6f
    Josh Klontz authored
    2013-08-12 16:26:00 -0400  
    Browse Code »
  • elaborated on plot documentation
    22dac5e7
    Josh Klontz authored
    2013-08-12 15:59:43 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    52951bae
    Josh Klontz authored
    2013-08-12 14:47:09 -0400  
    Browse Code »
  • Add a bool option to StasmTransform allowing output in the stasm3 points format
    f9adb23c
    Charles Otto authored
    2013-08-12 14:45:00 -0700  
    Browse Code »
  • finished landmarking evaluation framework
    4c3ee28f
    Josh Klontz authored
    2013-08-12 14:46:10 -0400  
    Browse Code »
  • first draft of -plotLandmarking
    4a896b66
    Josh Klontz authored
    2013-08-12 14:22:35 -0400  
    Browse Code »
  • Set up timeInvariantAlias in the TimeVaryingTransform constructor ...
    87e701e2
    Since copies are only actually made in calls to distribute, we don't need to be
    initialized to set up the TimeInvariantWrapperTransform, and can do it in the
    constructor. This means subclasses don't need to explicitly call
    TimeVaryingTransform::init, although it depends quite strongly on Resource
    having a particular behavior.
    Charles Otto authored
    2013-08-12 14:14:50 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    8f957ce1
    Scott Klum authored
    2013-08-12 12:00:19 -0400  
    Browse Code »
  • first draft of plotLandmarking
    568379f5
    Josh Klontz authored
    2013-08-12 11:16:03 -0400  
    Browse Code »
  • Use grid of pts in HOG, HOF, and HOGHOF
    8afe0295
    Austin Van Blanton authored
    2013-08-12 11:04:32 -0400  
    Browse Code »
  • Add ROIFromPtsTransform
    8d428780
    Austin Van Blanton authored
    2013-08-12 11:04:10 -0400  
    Browse Code »
  • Grid was switching x and y. Rename vars for clarity
    e9c9e036
    Austin Van Blanton authored
    2013-08-12 11:03:30 -0400  
    Browse Code »
  • CrossValidation decrement bug fix
    0bcb4058
    Scott Klum authored
    2013-08-12 10:44:46 -0400  
    Browse Code »
  • added plotLandmarking shell code
    8576e493
    Josh Klontz authored
    2013-08-12 10:40:01 -0400  
    Browse Code »

11 Aug, 2013
18 commits
  • Remove unused property from DFFSTransform
    bca8e289
    Charles Otto authored
    2013-08-11 20:38:08 -0400  
    Browse Code »
  • Remove optional files referencing an outdated incarnation of the API ...
    9d582cb5
    These will certainly not compile in the current codebase.
    Charles Otto authored
    2013-08-11 20:28:50 -0400  
    Browse Code »
  • TimeVaryingTransforms need to call TimeVaryingTransform::init
    ce09d818
    Charles Otto authored
    2013-08-11 20:18:41 -0400  
    Browse Code »
  • Make project on timeVaryingTransforms safer ...
    1abcfbdc
    Add a TimeInvariantWrapperTransform member of TimeVaryingTransform, and use
    that in TimeVaryingTransform::project for thread safety.
    
    This is the strategy previously used in Distribute, but putting the alias on
    TimeVaryingTransform gives us more safety if Distribute is not in fact the
    top level transform.
    
    Note: copies are only made off of calls to project, so having the alias on
    every TimeVaryingTransform is not too wasteful.
    Charles Otto authored
    2013-08-11 20:05:34 -0400  
    Browse Code »
  • Do not flatten to a single Mat in CatCols
    5bab078d
    Austin Van Blanton authored
    2013-08-11 17:54:10 -0400  
    Browse Code »
  • Remember to save both files plz
    068b72ad
    Scott Klum authored
    2013-08-11 13:05:58 -0400  
    Browse Code »
  • Changed leaveOneOut to leaveOneImageOut
    12b2b4d3
    Scott Klum authored
    2013-08-11 13:05:31 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    3bccd4be
    Brendan Klare authored
    2013-08-11 12:59:31 -0400  
    Browse Code »
  • Adding extension to FDDB format (makes no sense to implement protocols lack of extensions
    d3c3a01b
    Brendan Klare authored
    2013-08-11 12:59:19 -0400  
    Browse Code »
  • Merge branch 'master' of github.com:biometrics/openbr
    605ed750
    Austin Van Blanton authored
    2013-08-11 12:22:12 -0400  
    Browse Code »
  • Finalize HOGHOF abbrev
    802f300c
    Austin Van Blanton authored
    2013-08-11 12:21:31 -0400  
    Browse Code »
  • No need to check for empty in CatCols
    4163d62c
    Austin Van Blanton authored
    2013-08-11 12:21:02 -0400  
    Browse Code »
  • Make AggregateFrames operate over TemplateLists (downstream independent Transfor… ...
    e6bc189e
    …ms were receiving empty Templates)
    Austin Van Blanton authored
    2013-08-11 12:20:28 -0400  
    Browse Code »
  • Contract on an empty src should not yield a dst with one element
    588bee16
    Austin Van Blanton authored
    2013-08-11 12:18:19 -0400  
    Browse Code »
  • Train and test ground truth files (.FDDB) and image lists (.txt) for FDDB
    bdaa18a7
    Brendan Klare authored
    2013-08-11 11:52:39 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    c743cdf5
    Brendan Klare authored
    2013-08-11 09:52:55 -0400  
    Browse Code »
  • Removed debug statement in crossValidate
    6c9e2226
    Scott Klum authored
    2013-08-11 09:40:49 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    3d27a527
    Scott Klum authored
    2013-08-11 09:36:43 -0400  
    Browse Code »

10 Aug, 2013
1 commit
  • Merge branch 'master' of https://github.com/biometrics/openbr
    68b85a6a
    Charles Otto authored
    2013-08-10 22:12:55 -0400  
    Browse Code »