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
13 Jun, 2014
22 commits
  • fixed utGallery bugs
    2f3b3e39
    Josh Klontz authored
    2014-06-13 15:12:54 -0400  
    Browse Code »
  • Revert "this should go through qDebug" ...
    b44ba452
    This reverts commit 9279f0b4bef75abf7182ae2f354baace60577a7f.
    Josh Klontz authored
    2014-06-13 14:43:59 -0400  
    Browse Code »
  • improved matrix deserialization for streams
    64557402
    Josh Klontz authored
    2014-06-13 14:36:25 -0400  
    Browse Code »
  • cleaned up whitespace, better errors to matrix (de)serialization
    816a598d
    Josh Klontz authored
    2014-06-13 14:29:36 -0400  
    Browse Code »
  • this should go through qDebug
    9279f0b4
    Josh Klontz authored
    2014-06-13 14:18:24 -0400  
    Browse Code »
  • compile just the file we need
    d3898799
    Josh Klontz authored
    2014-06-13 14:11:19 -0400  
    Browse Code »
  • Merge pull request #199 from biometrics/random ...
    bb71cc29
    Add RandomLib to 3rdparty
    Josh Klontz authored
    2014-06-13 14:00:44 -0400  
    Browse Code »
  • improvements to utGallery
    33adb525
    Josh Klontz authored
    2014-06-13 13:58:25 -0400  
    Browse Code »
  • Add RandomLib to 3rdparty ...
    a27b8985
    RandomLib provides a variety of rng functions
    Charles Otto authored
    2014-06-13 13:23:08 -0400  
    Browse Code »
  • compile fix
    0a61040d
    Josh Klontz authored
    2014-06-13 12:59:45 -0400  
    Browse Code »
  • deprecated br-download in favor of DownloadTransform
    ff0faec5
    Josh Klontz authored
    2014-06-13 12:11:04 -0400  
    Browse Code »
  • fixed DownloadTransform
    586222fa
    Josh Klontz authored
    2014-06-13 12:09:54 -0400  
    Browse Code »
  • implemented JSONTransform
    a01f3b9b
    Josh Klontz authored
    2014-06-13 12:04:56 -0400  
    Browse Code »
  • first draft of DownloadTransform
    318e194d
    Josh Klontz authored
    2014-06-13 11:43:21 -0400  
    Browse Code »
  • implemented urlGallery and jsonGallery
    009ff903
    Josh Klontz authored
    2014-06-13 11:18:12 -0400  
    Browse Code »
  • cleaned up br::File API
    faf0f17f
    Josh Klontz authored
    2014-06-13 11:17:59 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    56ab2cb5
    Josh Klontz authored
    2014-06-13 10:51:40 -0400  
    Browse Code »
  • deprecated br-select
    a6882634
    Josh Klontz authored
    2014-06-13 10:51:34 -0400  
    Browse Code »
  • In LoadStore, properly forward methods for timeVarying transforms
    20921b4c
    Charles Otto authored
    2014-06-13 10:45:12 -0400  
    Browse Code »
  • Somewhat more robust AdjacentOverlay ...
    0cdcf4ba
    Fix some issues with bounding boxes not being clipped correctly.
    If the overlay would go past the image boundary, expand the image instead
    of clipping.
    Charles Otto authored
    2014-06-13 10:44:08 -0400  
    Browse Code »
  • deprecated br-print
    47078a75
    Josh Klontz authored
    2014-06-13 10:41:38 -0400  
    Browse Code »
  • fixed windows compilation errors
    259b3639
    Josh Klontz authored
    2014-06-13 10:21:59 -0400  
    Browse Code »

12 Jun, 2014
5 commits
  • deprecated br-enroll
    5edb29ca
    Josh Klontz authored
    2014-06-12 17:43:45 -0400  
    Browse Code »
  • first working draft of br-serve
    96970eb8
    Josh Klontz authored
    2014-06-12 14:57:13 -0400  
    Browse Code »
  • added .ut universal_template gallery support
    0ffe4ba6
    Josh Klontz authored
    2014-06-12 13:55:24 -0400  
    Browse Code »
  • a more robust br-serve using qhttpserver
    584e8718
    Josh Klontz authored
    2014-06-12 12:12:04 -0400  
    Browse Code »
  • multi-thread br-enroll
    5ab2b5bc
    Josh Klontz authored
    2014-06-12 10:19:08 -0400  
    Browse Code »

11 Jun, 2014
4 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    eed899b5
    Josh Klontz authored
    2014-06-11 15:59:26 -0400  
    Browse Code »
  • added shell code for simple webservice server
    a4f621f0
    Josh Klontz authored
    2014-06-11 15:59:18 -0400  
    Browse Code »
  • Merge pull request #196 from biometrics/algorithmCoreFileToQString ...
    625daac3
    AlgorithmCore Init function File to QString
    Josh Klontz authored
    2014-06-11 14:23:54 -0400  
    Browse Code »
  • Committing change to init function in AlgorithmCore which changes the default in… ...
    629330c6
    …put to QStrings instead of Files to remove issues parenthessis and other issues
    
    removed unused line of code
    
     made changes as requested to clean up code
    
    removed temp variable
    
    switched back to use temp variable
    
    removing brackets
    Tunde authored
    2014-06-11 12:45:01 -0400  
    Browse Code »

10 Jun, 2014
9 commits
  • br-search JSON fixes
    4ff4eb27
    Josh Klontz authored
    2014-06-10 19:31:22 -0400  
    Browse Code »
  • br-enroll and br-search now support template metadata
    e20f7ec7
    Josh Klontz authored
    2014-06-10 19:02:25 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    8071e059
    Josh Klontz authored
    2014-06-10 17:25:01 -0400  
    Browse Code »
  • avoid extra newline
    ed2ac58b
    Josh Klontz authored
    2014-06-10 17:24:54 -0400  
    Browse Code »
  • Correctly report when xmlGalleries are actually done ...
    7fc182af
    Previously, if the read block size was aligned with the end of the file,
    the gallery would set done to false even if there were no remaining items.
    
    Stream strongly assumes that done is set correctly.
    Charles Otto authored
    2014-06-10 16:37:32 -0400  
    Browse Code »
  • added br-select and br-print, fixed json formatting
    d12a249b
    Josh Klontz authored
    2014-06-10 14:00:05 -0400  
    Browse Code »
  • download now outputs metadata templates as well
    c08a0136
    Josh Klontz authored
    2014-06-10 11:52:10 -0400  
    Browse Code »
  • br-search bug fixes
    03ae5097
    Josh Klontz authored
    2014-06-10 11:00:10 -0400  
    Browse Code »
  • added matchprobability support for raw feature vectors
    e0ebc6fc
    Josh Klontz authored
    2014-06-10 10:34:56 -0400  
    Browse Code »