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
24 Mar, 2013
9 commits
  • generalized BayesianQuantizationDistance
    4e922685
    Josh Klontz authored
    2013-03-24 16:53:45 -0400  
    Browse Code »
  • QRect ==> QRectF
    81e9c1c2
    Josh Klontz authored
    2013-03-24 16:53:03 -0400  
    Browse Code »
  • fixed #35 and minor cleanup
    37f9dc82
    Josh Klontz authored
    2013-03-24 16:52:06 -0400  
    Browse Code »
  • A couple message handling fixes ...
    b3a20242
    Don't wait for threads to finish in br::context::finalize, this will typically
    be called from a thread-pool thread, so this is a self-blocking wait.
    
    Create the mutex in br::context::messageHandler in recursive mode, this allows
    qDebugs inside the message handler to work.
    Charles Otto authored
    2013-03-24 16:44:01 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    01576467
    Josh Klontz authored
    2013-03-24 16:31:26 -0400  
    Browse Code »
  • updated CMC plot
    4f43a6d3
    Josh Klontz authored
    2013-03-24 16:31:17 -0400  
    Browse Code »
  • Merge pull request #36 from biometrics/horizontal ...
    5d77f0f1
    Updated threading for stream, updated waiting for parallel work to finish
    jklontz authored
    2013-03-24 12:58:58 -0700  
    Browse Code »
  • Update handling of waiting for parallel work ...
    902a4c95
    Release a thread from the global thread pool whenever we wait for a parallel
    job to finish. This means we don't waste one of the global thread pool's
    threads, and can maintain full CPU utilization.
    Charles Otto authored
    2013-03-24 15:49:30 -0400  
    Browse Code »
  • Update threading model for stream (again) ...
    6188a9cc
    Change the threading model used in stream slightly, generally as a given frame
    is processed a single thread will attempt to continue working on it as it
    progresses through the processing stages. Frames will be queued if a single
    thread stage is already occupied when the thread gets there.
    
    This update can be used with a large total number of frames being processed
    without, while still maintaining relatively smooth playback by giving later
    stages higher priority in the qt thread pool.
    Charles Otto authored
    2013-03-24 15:49:30 -0400  
    Browse Code »

23 Mar, 2013
7 commits
  • implemented BhattacharyyaTransform
    ff98581b
    Josh Klontz authored
    2013-03-23 22:02:28 -0400  
    Browse Code »
  • optimizations
    a1015388
    Josh Klontz authored
    2013-03-23 17:26:48 -0400  
    Browse Code »
  • implemented BayesianQuantizationDistance
    d86637ae
    Josh Klontz authored
    2013-03-23 17:09:39 -0400  
    Browse Code »
  • generalized product quantization code
    0d0f5bd4
    Josh Klontz authored
    2013-03-23 15:34:15 -0400  
    Browse Code »
  • some algorithm development
    94c3bcaa
    Josh Klontz authored
    2013-03-23 14:22:25 -0400  
    Browse Code »
  • ModTransform ==> DivTransform
    76290596
    Josh Klontz authored
    2013-03-23 11:38:03 -0400  
    Browse Code »
  • introduced evalOutput
    11123de7
    Josh Klontz authored
    2013-03-23 11:34:35 -0400  
    Browse Code »

22 Mar, 2013
1 commit
  • improved plots
    edbb16c9
    Josh Klontz authored
    2013-03-22 14:30:18 -0400  
    Browse Code »

21 Mar, 2013
6 commits
  • Fix a crash in br -objects ...
    58721e7e
    Check for a NULL transform in CacheTransform::init
    How can you doubt me?
    Charles Otto authored
    2013-03-21 19:07:30 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    e9d3ee93
    Josh Klontz authored
    2013-03-21 15:44:17 -0400  
    Browse Code »
  • implemented Mod transform
    5032f4db
    Josh Klontz authored
    2013-03-21 15:44:12 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    6a1be000
    Scott Klum authored
    2013-03-21 15:09:28 -0400  
    Browse Code »
  • parameter tweaks
    2fb04e0d
    Josh Klontz authored
    2013-03-21 13:16:10 -0400  
    Browse Code »
  • Updated PP5Register abbreviation
    dafd017b
    Josh Klontz authored
    2013-03-21 13:14:54 -0400  
    Browse Code »

20 Mar, 2013
5 commits
  • fix Bin transform to correctly round integral types
    e0279794
    Josh Klontz authored
    2013-03-20 23:09:50 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr ...
    24aad7b3
    Conflicts:
    	openbr/plugins/meta.cpp
    Scott Klum authored
    2013-03-20 22:34:50 -0400  
    Browse Code »
  • Average Distance, minor output changes, eval now outputs max rank scores
    7f2c455e
    Scott Klum authored
    2013-03-20 22:33:09 -0400  
    Browse Code »
  • tweaks to meta transforms to skip training when possible
    968f94f3
    Josh Klontz authored
    2013-03-20 22:32:49 -0400  
    Browse Code »
  • minor API improvements to PCA/LDA
    1699213d
    Josh Klontz authored
    2013-03-20 15:00:11 -0400  
    Browse Code »

19 Mar, 2013
7 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    845605d8
    Josh Klontz authored
    2013-03-19 22:42:59 -0400  
    Browse Code »
  • maintainance
    a16a89e2
    Josh Klontz authored
    2013-03-19 22:42:51 -0400  
    Browse Code »
  • s/openbr_plugin.h/openbr/openbr_plugin.h for optional plugins
    f2944b14
    Charles Otto authored
    2013-03-19 21:42:10 -0400  
    Browse Code »
  • Merge pull request #33 from biometrics/dont_block ...
    635b026f
    Update multi-threading model used by stream, and some gui tweaks
    caotto authored
    2013-03-19 13:40:31 -0700  
    Browse Code »
  • Tweaks to Show2, allow display of properties in the window title ...
    24cb3be6
    Also, add FPSCalc, and FPSSynch to calculate the frequency of frames passing
    through a stream, and to slow down processing to a specific frame rate (note:
    does not work particularly well), respecively.
    Charles Otto authored
    2013-03-19 16:29:47 -0400  
    Browse Code »
  • Move to a non-blocking model for StreamTransform ...
    d9adaaad
    Rather than having threads at each stage block, and wait for input, use the
    global thread pool to only execute stages when they have input.
    Charles Otto authored
    2013-03-19 16:20:01 -0400  
    Browse Code »
  • optimized pipe training
    b52a58b6
    Josh Klontz authored
    2013-03-19 13:14:02 -0400  
    Browse Code »

18 Mar, 2013
5 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 »