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
29 Mar, 2013
1 commit
  • Partitioning of score matrices
    8b66426f
    Scott Klum authored
    2013-03-29 13:51:03 -0400  
    Browse Code »

27 Mar, 2013
2 commits
  • GUI header file installation fix
    5d43958b
    Scott Klum authored
    2013-03-27 13:50:16 -0400  
    Browse Code »
  • made CMC linear in minimalist mode
    36d81ce9
    Josh Klontz authored
    2013-03-27 10:23:12 -0400  
    Browse Code »

26 Mar, 2013
2 commits
  • Cross validation now works with extended galleries. See note in CrossValidateTransform for usage
    c1dc7841
    Scott Klum authored
    2013-03-26 21:37:03 -0400  
    Browse Code »
  • made min/max CMC lines optional
    55160f28
    Josh Klontz authored
    2013-03-26 16:05:36 -0400  
    Browse Code »

25 Mar, 2013
3 commits
  • Added partition parameter to makeMask, fixed CMC plot bug only visible using crossValidate
    78adc5c5
    Scott Klum authored
    2013-03-25 20:59:00 -0400  
    Browse Code »
  • maintainance
    7d0f5a9b
    Josh Klontz authored
    2013-03-25 19:09:55 -0400  
    Browse Code »
  • CMC tweaks
    15871b73
    Josh Klontz authored
    2013-03-25 12:43:52 -0400  
    Browse Code »

24 Mar, 2013
21 commits
  • algorithm development
    78e84986
    Josh Klontz authored
    2013-03-24 23:09:34 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    ae707124
    Scott Klum authored
    2013-03-24 20:54:59 -0400  
    Browse Code »
  • Added alternate file::set, metadata distance added
    4842a03b
    Scott Klum authored
    2013-03-24 20:54:47 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    7f6a981e
    Josh Klontz authored
    2013-03-24 20:07:08 -0400  
    Browse Code »
  • refactored initialization
    b340693e
    Josh Klontz authored
    2013-03-24 20:07:02 -0400  
    Browse Code »
  • Added ElicitMetadata transform for... eliciting metadata
    60d5fdf7
    Scott Klum authored
    2013-03-24 17:29:31 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    fd001242
    Scott Klum authored
    2013-03-24 17:28:34 -0400  
    Browse Code »
  • Explicitly close a cv::VideoCapture after it breaks
    3804012b
    Charles Otto authored
    2013-03-24 17:14:11 -0400  
    Browse Code »
  • evalOutput bug fix
    49e31863
    Josh Klontz authored
    2013-03-24 17:01:38 -0400  
    Browse Code »
  • scripts tweaks
    ad604b9c
    Josh Klontz authored
    2013-03-24 16:59:23 -0400  
    Browse Code »
  • 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 »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    2a741066
    Scott Klum authored
    2013-03-24 14:50:00 -0400  
    Browse Code »
  • Simmat/mask error output fix
    f7f0dac1
    Scott Klum authored
    2013-03-24 14:49:56 -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
3 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 »