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
03 Apr, 2013
3 commits
  • improved neclatent1 wrapper
    b48eeb8b
    Josh Klontz authored
    2013-04-03 12:34:00 -0400  
    Browse Code »
  • added lffs format
    6afe15b5
    Josh Klontz authored
    2013-04-03 11:42:57 -0400  
    Browse Code »
  • fied msvc warnings
    4c859a50
    Josh Klontz authored
    2013-04-03 11:05:51 -0400  
    Browse Code »

02 Apr, 2013
7 commits
  • Add a 'byRow' option to Normalize, to operate on rows of a matrix independently
    52188066
    Charles Otto authored
    2013-04-02 21:16:37 -0400  
    Browse Code »
  • Add preliminary support for waitkey in Show2 ...
    bbc08be4
    This is currently implemented by an event filter on the QApplication, which
    isn't great, but I couldn't get a QShortcut to work.
    Charles Otto authored
    2013-04-02 21:11:23 -0400  
    Browse Code »
  • Avoid a mysterious crash related to closing VideoCaptures ...
    189d2a1d
    Don't explicitly release the VideoCapture when it runs out of frames, further
    investigation is needed, but this seems to cause an overrun or something
    
    Additionally, make TemplateDataSource behave consistently with VideoDataSource,
    breaking only after getNext has been called when no further frames are
    available.
    Charles Otto authored
    2013-04-02 21:03:14 -0400  
    Browse Code »
  • Fix KeyPointMatcher ...
    4e956a47
    Since it's actually a distance, being named KeyPointMatcherTransform prevented
    name lookup from working correctly
    Charles Otto authored
    2013-04-02 20:55:48 -0400  
    Browse Code »
  • made LUT 1D
    7ae74c55
    Josh Klontz authored
    2013-04-02 16:47:57 -0400  
    Browse Code »
  • implemented Hellinger normalization
    3048ffa0
    Josh Klontz authored
    2013-04-02 15:12:07 -0400  
    Browse Code »
  • descriptor tweaks
    14c7b0fa
    Josh Klontz authored
    2013-04-02 15:11:40 -0400  
    Browse Code »

01 Apr, 2013
7 commits
  • added mongoose wrapper
    22e5050c
    Josh Klontz authored
    2013-04-01 23:48:21 -0400  
    Browse Code »
  • br -daemon tweaks
    4b0ae82f
    Josh Klontz authored
    2013-04-01 21:49:35 -0400  
    Browse Code »
  • code tweaks
    d538fbf1
    Josh Klontz authored
    2013-04-01 19:26:27 -0400  
    Browse Code »
  • implemented coarse to fine matching
    41df5d5d
    Josh Klontz authored
    2013-04-01 19:21:30 -0400  
    Browse Code »
  • serialization fixes
    ca4f10d5
    Josh Klontz authored
    2013-04-01 18:30:39 -0400  
    Browse Code »
  • bug fix
    bbfa70e5
    Josh Klontz authored
    2013-04-01 17:06:25 -0400  
    Browse Code »
  • descriptor tweaks
    a57cd29c
    Josh Klontz authored
    2013-04-01 17:03:20 -0400  
    Browse Code »

31 Mar, 2013
10 commits
  • Removed debug statement
    ae3b64a1
    Scott Klum authored
    2013-03-31 23:52:09 -0400  
    Browse Code »
  • Cross validation bug fix
    05f1045c
    Scott Klum authored
    2013-03-31 23:51:40 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    5b392f42
    Josh Klontz authored
    2013-03-31 23:18:19 -0400  
    Browse Code »
  • added http-parser
    e52c11d1
    Josh Klontz authored
    2013-03-31 23:18:11 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    6a6d404e
    Scott Klum authored
    2013-03-31 22:25:57 -0400  
    Browse Code »
  • CrossValidation fix
    232172ad
    Scott Klum authored
    2013-03-31 22:25:52 -0400  
    Browse Code »
  • implemented br -daemon
    b7c43193
    Josh Klontz authored
    2013-03-31 21:23:13 -0400  
    Browse Code »
  • refactored server code
    bf54835e
    Josh Klontz authored
    2013-03-31 16:11:36 -0400  
    Browse Code »
  • fixed #38
    853922ad
    Josh Klontz authored
    2013-03-31 13:14:16 -0400  
    Browse Code »
  • web server barely running now
    ae827009
    Josh Klontz authored
    2013-03-31 00:20:10 -0400  
    Browse Code »

30 Mar, 2013
7 commits
  • added web hello world
    afadc703
    Josh Klontz authored
    2013-03-30 22:45:45 -0400  
    Browse Code »
  • fixed gcc compiler warnings
    1b385524
    Josh Klontz authored
    2013-03-30 13:33:56 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    12d4b019
    Josh Klontz authored
    2013-03-30 13:21:54 -0400  
    Browse Code »
  • fixed embedded build
    e899d726
    Josh Klontz authored
    2013-03-30 13:21:48 -0400  
    Browse Code »
  • fixed msvc compiler warning
    d5054d49
    Josh Klontz authored
    2013-03-30 12:46:48 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    3d4c5b16
    Josh Klontz authored
    2013-03-30 12:25:00 -0400  
    Browse Code »
  • tweak to evalOutput
    bbf17e0d
    Josh Klontz authored
    2013-03-30 12:24:54 -0400  
    Browse Code »

29 Mar, 2013
6 commits
  • Merge pull request #37 from biometrics/crossValidationAndComparisonSplits ...
    ad5a289a
    Cross validation and comparison splits
    sklum authored
    2013-03-29 11:30:59 -0700  
    Browse Code »
  • Fixed pass by reference omission
    c90f2c57
    Scott Klum authored
    2013-03-29 14:29:13 -0400  
    Browse Code »
  • Updated todo
    120de538
    Scott Klum authored
    2013-03-29 14:00:32 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    1e653ca8
    Scott Klum authored
    2013-03-29 13:51:09 -0400  
    Browse Code »
  • Partitioning of score matrices
    8b66426f
    Scott Klum authored
    2013-03-29 13:51:03 -0400  
    Browse Code »
  • algorithm fixes
    99c754ad
    Josh Klontz authored
    2013-03-29 13:11:22 -0400  
    Browse Code »