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
14 Aug, 2013
7 commits
  • Change opticalflow.cpp to motion.cpp
    d13d673e
    Austin Van Blanton authored
    2013-08-14 13:01:27 -0400  
    Browse Code »
  • Merge pull request #93 from biometrics/pipe_reinterpret ...
    8da6338f
    Have pipes attempt to flatten any child pipes they have
    jklontz authored
    2013-08-14 09:21:38 -0700  
    Browse Code »
  • Have pipes attempt to flatten any child pipes they have ...
    def8e4c5
    If we have e.g. an abbreviated algorithm, that will end up being its own pipe
    even when this isn't neessarily desirable. By flattening in pipe::init, we
    reduce the number of extraneous transforms in project, and Stream::init can
    do a better job of reinterpreting as well.
    Charles Otto authored
    2013-08-14 12:17:39 -0400  
    Browse Code »
  • Merge pull request #85 from biometrics/training_structure ...
    86e3a345
    Introduce a separate train method that models the inputs of separate project calls as separate list items
    jklontz authored
    2013-08-14 09:06:20 -0700  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into training_structure
    f84d5c05
    Charles Otto authored
    2013-08-14 11:59:06 -0400  
    Browse Code »
  • Move default train implementations to openbr_plugin.cpp
    aaf27b69
    Charles Otto authored
    2013-08-14 11:58:21 -0400  
    Browse Code »
  • fixed include guards per #92
    509b190f
    Josh Klontz authored
    2013-08-14 10:27:20 -0400  
    Browse Code »

13 Aug, 2013
8 commits
  • Changed MatchProbability crossModality key to fit sigset convention
    a31c2022
    Scott Klum authored
    2013-08-13 20:43:36 -0400  
    Browse Code »
  • Points/rects are properly written to sigsets
    a0e864ec
    Scott Klum authored
    2013-08-13 19:02:19 -0400  
    Browse Code »
  • Fixed some DisplayGUI logic
    ca4e68e3
    Scott Klum authored
    2013-08-13 16:54:43 -0400  
    Browse Code »
  • Removed redundant code in DisplayGUI
    c8c71156
    Scott Klum authored
    2013-08-13 16:37:59 -0400  
    Browse Code »
  • Re-enable train(templatelist) as the external interface
    de26fcbb
    Charles Otto authored
    2013-08-13 15:28:57 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into training_structure
    d0f1b236
    Charles Otto authored
    2013-08-13 15:01:05 -0400  
    Browse Code »
  • Slight reorganization and comment update in gui.cpp ...
    ead4a56a
    Clearly obtuse solutions to obtuse problems deserve top billing.
    Charles Otto authored
    2013-08-13 11:28:59 -0400  
    Browse Code »
  • Remove const project methods from gui.cpp ...
    d4d04907
    Current policy is to use TimeVaryingTransform::project since that is
    thread-safe.
    Charles Otto authored
    2013-08-13 10:57:33 -0400  
    Browse Code »

12 Aug, 2013
25 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    ab502f60
    Brendan Klare authored
    2013-08-12 21:47:13 -0400  
    Browse Code »
  • FDDB readme files
    a9fbb83e
    Brendan Klare authored
    2013-08-12 21:47:11 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    5b3c7a8e
    Scott Klum authored
    2013-08-12 21:02:35 -0400  
    Browse Code »
  • Fixed pointer in DisplayGUI
    b173ffc4
    Scott Klum authored
    2013-08-12 21:02:30 -0400  
    Browse Code »
  • A little cleanup in misc.cpp
    207bab56
    Charles Otto authored
    2013-08-12 20:26:19 -0400  
    Browse Code »
  • Merge pull request #91 from biometrics/subject_transform ...
    5008f637
    Rework SubjectTransform
    caotto authored
    2013-08-12 17:19:30 -0700  
    Browse Code »
  • 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 »
  • Apparently I'm going to be held responsible for this
    9dacfb10
    Charles Otto authored
    2013-08-12 20:19:04 -0400  
    Browse Code »
  • Rework SubjectTransform ...
    a5e1455f
    Filename is now accessible via the metadata interface, and Subject is now no
    longer an important variable name.
    Rework subject transform to apply an input regex to the value of an input key
    name, and store the resulting value in the specified output key name.
    Charles Otto authored
    2013-08-12 20:10:51 -0400  
    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 »