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
18 Mar, 2013
4 commits
  • 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 »
  • improved file error message
    a29b78a7
    Josh Klontz authored
    2013-03-18 11:03:14 -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
17 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 »
  • Buffer management via scarcity ...
    46985ff5
    Rather than putting limits on the number of items in the buffers of individual
    processing stages of a stream, put a limit on the total number of frames
    actively being processed by the stream.
    Charles Otto authored
    2013-03-16 18:01:46 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    e9a774f1
    Josh Klontz authored
    2013-03-16 17:45:26 -0400  
    Browse Code »
  • fixed embedded builds
    d8923cc4
    Josh Klontz authored
    2013-03-16 17:45:20 -0400  
    Browse Code »
  • windows compile fix
    fe556614
    Josh Klontz authored
    2013-03-16 16:03:07 -0400  
    Browse Code »
  • Updated gender classification model, unfortunately labels are ...
    7e6ac9f2
    currently being used backwards during evaluation
    Charles Otto authored
    2013-03-16 15:33:27 -0400  
    Browse Code »
  • Merge pull request #29 from biometrics/stream_processing ...
    3210b0b8
    basic support for online video processing
    jklontz authored
    2013-03-16 11:58:50 -0700  
    Browse Code »
  • Add a QT based transform for displaying images ...
    669c2c6e
    Add Show2Transform (should replace ShowTransform eventually), which displays
    input images using QT, rather than going through openCV.
    Additional modifications to support doing this (since qt is quite particular
    about how GUI elements are created/modified). Create a QApplication instead
    of a QCoreApplication (if not building BR_EMBEDDED), restructure br.cpp's main
    to run its main work in a separate thread while the main thread sits in an
    event loop.
    Charles Otto authored
    2013-03-16 14:46:21 -0400  
    Browse Code »
  • Add basic support for online video processing ...
    25d5b980
    Add StreamTransform which represents applying a series of transforms to some
    sequential input (e.g. a video). Handles reading video frames in and processing
    them as they become available (rather than loading the entire video into memory
    before processing it). The basic idea is a pipeline model, every child
    transform of StreamTransform is run by a separate thread, (as is reading in
    video frames). A thread waits for a frame as input, when input becomes
    available performs its operation, and then places the frame on the following
    stage's input buffer. Single threaded processing is not yet implemented.
    
    Moved CompositeTransform to openbr_plugin.h
    Add ContractTransform -- combines all input templates into a single template
    Preliminary handling of time varying transforms in DistributeTemplateTransform,
    the current behavior is not actually correct but will work for the single input
    case.
    Charles Otto authored
    2013-03-16 14:46:21 -0400  
    Browse Code »
  • reintroduced product quantization
    5e02aadf
    Josh Klontz authored
    2013-03-16 11:15:14 -0400  
    Browse Code »

15 Mar, 2013
5 commits
  • Introduced ImageRetrieval algorithm
    ccb66cf5
    Josh Klontz authored
    2013-03-15 22:00:33 -0400  
    Browse Code »
  • added more plugins
    c5f168d6
    Josh Klontz authored
    2013-03-15 20:13:29 -0400  
    Browse Code »
  • bug fixes
    1952d826
    Josh Klontz authored
    2013-03-15 16:39:06 -0400  
    Browse Code »
  • optimized enrollment from a directory
    c9e43a5f
    Josh Klontz authored
    2013-03-15 14:05:24 -0400  
    Browse Code »
  • finished draft of WordWiseTransform
    b5f4124c
    Josh Klontz authored
    2013-03-15 14:03:33 -0400  
    Browse Code »