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
19 Mar, 2013
1 commit
  • optimized pipe training
    b52a58b6
    Josh Klontz authored
    2013-03-19 13:14:02 -0400  
    Browse Code »

18 Mar, 2013
17 commits
  • script fix
    830083ad
    Josh Klontz authored
    2013-03-18 15:21:20 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    1108d504
    Josh Klontz authored
    2013-03-18 15:18:41 -0400  
    Browse Code »
  • cleanup matFormat
    11598d15
    Josh Klontz authored
    2013-03-18 15:18:29 -0400  
    Browse Code »
  • Fixed file.flat() and file.init() to work with points and rects. other minor bug fixes
    aa596183
    Scott Klum authored
    2013-03-18 14:56:51 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    87f7a91f
    Scott Klum authored
    2013-03-18 14:44:34 -0400  
    Browse Code »
  • br now increments thread pool
    c5828971
    Josh Klontz authored
    2013-03-18 14:35:02 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    c153b121
    Josh Klontz authored
    2013-03-18 14:26:41 -0400  
    Browse Code »
  • reverted windows build instructions
    625ba11b
    Josh Klontz authored
    2013-03-18 14:26:33 -0400  
    Browse Code »
  • updated NEC plugin
    cc6e57c0
    Josh Klontz authored
    2013-03-18 14:19:49 -0400  
    Browse Code »
  • install extra Qt dependencies on windows
    2ee7902e
    Josh Klontz authored
    2013-03-18 14:15:44 -0400  
    Browse Code »
  • fixed warnings
    d0734db1
    Josh Klontz authored
    2013-03-18 14:12:22 -0400  
    Browse Code »
  • implemented #31
    b1e813dc
    Josh Klontz authored
    2013-03-18 13:16:43 -0400  
    Browse Code »
  • tweaks
    a5d20cad
    Josh Klontz authored
    2013-03-18 12:16:51 -0400  
    Browse Code »
  • added support to preserve file paths when enrolling to a folder
    980b6d04
    Josh Klontz authored
    2013-03-18 12:10:47 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    589a2fec
    Scott Klum authored
    2013-03-18 11:31:25 -0400  
    Browse Code »
  • improved file error message
    a29b78a7
    Josh Klontz authored
    2013-03-18 11:03:14 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    8748d391
    Scott Klum authored
    2013-03-18 10:14:05 -0400  
    Browse Code »

17 Mar, 2013
14 commits
  • progress on Bayesian quantization
    89c438fe
    Josh Klontz authored
    2013-03-17 23:32:49 -0400  
    Browse Code »
  • templatized some functions
    85e03bed
    Josh Klontz authored
    2013-03-17 22:15:28 -0400  
    Browse Code »
  • implemented RootNorm transform
    9f15f251
    Josh Klontz authored
    2013-03-17 21:48:33 -0400  
    Browse Code »
  • plugin maintainance
    772439c4
    Josh Klontz authored
    2013-03-17 21:20:59 -0400  
    Browse Code »
  • refactored training feedback
    20e3c75f
    Josh Klontz authored
    2013-03-17 20:49:17 -0400  
    Browse Code »
  • threading improvments
    092cef71
    Josh Klontz authored
    2013-03-17 20:27:35 -0400  
    Browse Code »
  • fixed potential indexing into an empty list
    0362d902
    Josh Klontz authored
    2013-03-17 19:07:56 -0400  
    Browse Code »
  • Merge pull request #32 from biometrics/stream_processing ...
    a8a73c1e
    Updated stream multi-threading scheme to allow parallel processing of frames by time invariant transforms
    caotto authored
    2013-03-17 15:06:32 -0700  
    Browse Code »
  • Fix a crash in Show2 transform ...
    cd6ad90a
    Send a deep copy of the current image to the GUI thread, copy must be called
    explicitly or a shallow copy will be done, and subsequent modifications to the
    buffer will cause crashes when the GUI thread tries to draw it.
    Charles Otto authored
    2013-03-17 18:02:31 -0400  
    Browse Code »
  • Add support for multi-threaded execution of time invariant stages of a stream
    0fc6c503
    Charles Otto authored
    2013-03-17 18:02:31 -0400  
    Browse Code »
  • more plugin development
    14026845
    Josh Klontz authored
    2013-03-17 15:02:35 -0400  
    Browse Code »
  • bug fix
    cff9e644
    Josh Klontz authored
    2013-03-17 12:24:33 -0400  
    Browse Code »
  • more future refactoring
    f0dc2607
    Josh Klontz authored
    2013-03-17 12:15:14 -0400  
    Browse Code »
  • refactored future waiting
    952f60e6
    Josh Klontz authored
    2013-03-17 11:59:43 -0400  
    Browse Code »

16 Mar, 2013
8 commits
  • doc tweaks
    521999f4
    Josh Klontz authored
    2013-03-16 23:32:56 -0400  
    Browse Code »
  • the worst bug in the world
    6679e375
    Josh Klontz authored
    2013-03-16 23:26:18 -0400  
    Browse Code »
  • bug fix introduced by previous commit
    6b43ddb5
    Josh Klontz authored
    2013-03-16 22:00:10 -0400  
    Browse Code »
  • hid QCoreApplication from API
    2d3b8cd5
    Josh Klontz authored
    2013-03-16 21:42:16 -0400  
    Browse Code »
  • fixed edge case
    2a792b66
    Josh Klontz authored
    2013-03-16 21:22:25 -0400  
    Browse Code »
  • maintainance
    f849ddad
    Josh Klontz authored
    2013-03-16 20:47:33 -0400  
    Browse Code »
  • Merge pull request #30 from biometrics/stream_processing ...
    bb99fd8a
    some updates to buffer management
    caotto authored
    2013-03-16 16:40:45 -0700  
    Browse Code »
  • Update buffer classes slightly ...
    d43c8217
    Simplify SingleBuffer since controlling the total amount of frames being
    processed works quite well.
    Add a double-buffer scheme, which leads to a really marginal performance
    improvement (but I think it's cool).
    Charles Otto authored
    2013-03-16 19:30:21 -0400  
    Browse Code »