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
05 Apr, 2013
1 commit
  • Handle hiding windows a little more intelligently ...
    2489cfc9
    We can just send a close event, then we don't have to worry about new display
    events showing the window after we hid it.
    Charles Otto authored
    2013-04-05 09:05:29 -0400  
    Browse Code »

04 Apr, 2013
8 commits
  • logo iteration
    45e51f44
    Josh Klontz authored
    2013-04-04 23:48:33 -0400  
    Browse Code »
  • Make Show2 hide its window if finalize is called, fix a video reading problem ...
    abe95e2e
    Make show2 hide its window if finalize is called, also change the update image
    signal to a blocking type to allow this to work correctly (this will actually
    lock the frame rate of a stream to whatever speed qt can update windows at, so
    maybe should be optional)
    
    After calling VideoCapture::read, make a clone of the returned matrix since it
    has become clear that in at least some cases, the returned matrix is an alias
    of some internal buffer of the VideoCapture.
    Charles Otto authored
    2013-04-04 22:11:38 -0400  
    Browse Code »
  • Give composite transform a default way to handle timevarying child transforms ...
    e41031d2
    Move TimeInvariantTransformWrapper to openbr_internal.h, add a default way
    for composite transforms to handle const project calls when they have
    time-varying child transforms.
    Charles Otto authored
    2013-04-04 19:59:52 -0400  
    Browse Code »
  • Only display the Show2 window after project is called at least once ...
    13d81417
    Rather than showing the (empty) window after init is called, wait until
    actually told to display an image to show the window.
    Charles Otto authored
    2013-04-04 19:59:52 -0400  
    Browse Code »
  • Proper support for usign the same Stream transform more than once
    f2d87ed5
    Charles Otto authored
    2013-04-04 19:59:52 -0400  
    Browse Code »
  • Allow users to prevent the Distribute transform from being added to algorithms ...
    a8340241
    -algorithm something[distribute=false] prevents the default DistributeTemplate
    from being prepended to the transform part of "something"
    Charles Otto authored
    2013-04-04 19:59:51 -0400  
    Browse Code »
  • added draft of logo
    635d2dc2
    Josh Klontz authored
    2013-04-04 18:29:14 -0400  
    Browse Code »
  • trying kernel hash algorithm
    b249c3fb
    Josh Klontz authored
    2013-04-04 18:28:55 -0400  
    Browse Code »

03 Apr, 2013
8 commits
  • tweaks
    048d7085
    Josh Klontz authored
    2013-04-03 21:27:46 -0400  
    Browse Code »
  • Merge pull request #39 from biometrics/distribute_update ...
    0f043405
    Give Distribute better support for handling timevarying transforms
    jklontz authored
    2013-04-03 18:26:54 -0700  
    Browse Code »
  • Rename pseudoCopy to smartCopy, add additional comments
    8ff480b0
    Charles Otto authored
    2013-04-03 21:24:08 -0400  
    Browse Code »
  • Move some functionality from openbr_plugin.h to openbr_internal.h ...
    ba990be3
    Move CompositeTransform, and several other categorical abstract transform types
    to a new file, openbr_internal.h. Adjust files in plugins to include the new
    file rather than incldue openbr_plugin.h directly.
    Charles Otto authored
    2013-04-03 21:10:47 -0400  
    Browse Code »
  • Give Distribute better support for handling timevarying transforms ...
    bc16c3dd
    Introduce 'pseudocopy' operation which, which if called on a time-invariant
    transform, returns the transform, but if called on a time-varying transform
    returns a copy of the current state of the time-varying transform. Composite
    transforms apply pseudocopy to their children (if they contain any time-varying
    transforms).
    
    Introduce a wrapper class that uses Resource to let time-varying transforms act
    like time-invariant transforms, currently only used by distribute (it is
    assumed that any work that is being distributed is in fact independent).
    Charles Otto authored
    2013-04-03 19:35:16 -0400  
    Browse Code »
  • improved neclatent1 wrapper
    b48eeb8b
    Josh Klontz authored
    2013-04-03 12:34:00 -0400  
    Browse Code »
  • added lffs format
    6afe15b5
    Josh Klontz authored
    2013-04-03 11:42:57 -0400  
    Browse Code »
  • fied msvc warnings
    4c859a50
    Josh Klontz authored
    2013-04-03 11:05:51 -0400  
    Browse Code »

02 Apr, 2013
7 commits
  • Add a 'byRow' option to Normalize, to operate on rows of a matrix independently
    52188066
    Charles Otto authored
    2013-04-02 21:16:37 -0400  
    Browse Code »
  • Add preliminary support for waitkey in Show2 ...
    bbc08be4
    This is currently implemented by an event filter on the QApplication, which
    isn't great, but I couldn't get a QShortcut to work.
    Charles Otto authored
    2013-04-02 21:11:23 -0400  
    Browse Code »
  • Avoid a mysterious crash related to closing VideoCaptures ...
    189d2a1d
    Don't explicitly release the VideoCapture when it runs out of frames, further
    investigation is needed, but this seems to cause an overrun or something
    
    Additionally, make TemplateDataSource behave consistently with VideoDataSource,
    breaking only after getNext has been called when no further frames are
    available.
    Charles Otto authored
    2013-04-02 21:03:14 -0400  
    Browse Code »
  • Fix KeyPointMatcher ...
    4e956a47
    Since it's actually a distance, being named KeyPointMatcherTransform prevented
    name lookup from working correctly
    Charles Otto authored
    2013-04-02 20:55:48 -0400  
    Browse Code »
  • made LUT 1D
    7ae74c55
    Josh Klontz authored
    2013-04-02 16:47:57 -0400  
    Browse Code »
  • implemented Hellinger normalization
    3048ffa0
    Josh Klontz authored
    2013-04-02 15:12:07 -0400  
    Browse Code »
  • descriptor tweaks
    14c7b0fa
    Josh Klontz authored
    2013-04-02 15:11:40 -0400  
    Browse Code »

01 Apr, 2013
7 commits
  • added mongoose wrapper
    22e5050c
    Josh Klontz authored
    2013-04-01 23:48:21 -0400  
    Browse Code »
  • br -daemon tweaks
    4b0ae82f
    Josh Klontz authored
    2013-04-01 21:49:35 -0400  
    Browse Code »
  • code tweaks
    d538fbf1
    Josh Klontz authored
    2013-04-01 19:26:27 -0400  
    Browse Code »
  • implemented coarse to fine matching
    41df5d5d
    Josh Klontz authored
    2013-04-01 19:21:30 -0400  
    Browse Code »
  • serialization fixes
    ca4f10d5
    Josh Klontz authored
    2013-04-01 18:30:39 -0400  
    Browse Code »
  • bug fix
    bbfa70e5
    Josh Klontz authored
    2013-04-01 17:06:25 -0400  
    Browse Code »
  • descriptor tweaks
    a57cd29c
    Josh Klontz authored
    2013-04-01 17:03:20 -0400  
    Browse Code »

31 Mar, 2013
9 commits
  • Removed debug statement
    ae3b64a1
    Scott Klum authored
    2013-03-31 23:52:09 -0400  
    Browse Code »
  • Cross validation bug fix
    05f1045c
    Scott Klum authored
    2013-03-31 23:51:40 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    5b392f42
    Josh Klontz authored
    2013-03-31 23:18:19 -0400  
    Browse Code »
  • added http-parser
    e52c11d1
    Josh Klontz authored
    2013-03-31 23:18:11 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    6a6d404e
    Scott Klum authored
    2013-03-31 22:25:57 -0400  
    Browse Code »
  • CrossValidation fix
    232172ad
    Scott Klum authored
    2013-03-31 22:25:52 -0400  
    Browse Code »
  • implemented br -daemon
    b7c43193
    Josh Klontz authored
    2013-03-31 21:23:13 -0400  
    Browse Code »
  • refactored server code
    bf54835e
    Josh Klontz authored
    2013-03-31 16:11:36 -0400  
    Browse Code »
  • fixed #38
    853922ad
    Josh Klontz authored
    2013-03-31 13:14:16 -0400  
    Browse Code »