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
16 Aug, 2013
1 commit
  • forgot to commit this
    b8ba2990
    Josh Klontz authored
    2013-08-16 08:44:04 -0400  
    Browse Code »

15 Aug, 2013
6 commits
  • Fix bad if
    8cc44c70
    Austin Van Blanton authored
    2013-08-15 17:25:06 -0400  
    Browse Code »
  • updated documentation, included a training example
    6d4a627b
    Josh Klontz authored
    2013-08-15 13:30:07 -0400  
    Browse Code »
  • fixed compiler warning
    0e81715c
    Josh Klontz authored
    2013-08-15 13:16:23 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    406e7bdf
    Josh Klontz authored
    2013-08-15 12:57:21 -0400  
    Browse Code »
  • added AT&T dataset for training example
    5c4a1937
    Josh Klontz authored
    2013-08-15 12:57:13 -0400  
    Browse Code »
  • fixed edge case for sampling low dimensional vectors
    8039c346
    Josh Klontz authored
    2013-08-15 12:39:35 -0400  
    Browse Code »

14 Aug, 2013
11 commits
  • Add RandomCentroidsTransform
    94997a7d
    Austin Van Blanton authored
    2013-08-14 17:21:34 -0400  
    Browse Code »
  • Add erode and dilate to BG subtraction
    6ab5357f
    Austin Van Blanton authored
    2013-08-14 15:44:17 -0400  
    Browse Code »
  • Add ApplyMaskTransform to apply a mask in the template metadata
    cdc57fec
    Austin Van Blanton authored
    2013-08-14 15:07:12 -0400  
    Browse Code »
  • Add SubtractBackgroundTransform
    f16ec251
    Austin Van Blanton authored
    2013-08-14 15:06:36 -0400  
    Browse Code »
  • 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
14 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 »