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 Mar, 2015
1 commit
  • Updated point append
    4fd16e81
    Brendan Klare authored
    2015-03-03 09:33:10 -0500  
    Browse Code »

02 Mar, 2015
1 commit
  • Added new transform
    e0fd9222
    Brendan Klare authored
    2015-03-02 15:56:07 -0500  
    Browse Code »

24 Feb, 2015
3 commits
  • Merge pull request #336 from biometrics/matlab_ut ...
    5bc956a5
    Add a simple binary .ut format, add matlab scripts to write to it
    caotto authored
    2015-02-24 14:14:46 -0500  
    Browse Code »
  • Add multi-channel support to ut format 7
    dc61f619
    Charles Otto authored
    2015-02-24 14:03:15 -0800  
    Browse Code »
  • Add a simple binary .ut format, add matlab scripts to write to it
    80d49c1c
    Charles Otto authored
    2015-02-24 12:04:20 -0800  
    Browse Code »

23 Feb, 2015
1 commit
  • Merge pull request #335 from biometrics/no_svg ...
    ac515819
    Remove dependency on QT5Svg
    caotto authored
    2015-02-23 12:00:41 -0500  
    Browse Code »

19 Feb, 2015
15 commits
  • Fix windows build
    16a74356
    Charles Otto authored
    2015-02-19 19:33:03 -0800  
    Browse Code »
  • Better thresholding
    025f9965
    Scott Klum authored
    2015-02-19 17:10:30 -0500  
    Browse Code »
  • No compiler warnings
    eb124bd3
    Scott Klum authored
    2015-02-19 17:09:58 -0500  
    Browse Code »
  • Better names
    55bf7725
    Scott Klum authored
    2015-02-19 17:09:43 -0500  
    Browse Code »
  • Unneeded header
    86189b5f
    Scott Klum authored
    2015-02-19 16:36:42 -0500  
    Browse Code »
  • Using properties
    4aa1061b
    Scott Klum authored
    2015-02-19 16:36:11 -0500  
    Browse Code »
  • Remove dependency on QT5Svg, it is unused to my knowledge.
    95127b29
    Charles Otto authored
    2015-02-19 16:33:42 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    059b6c96
    Scott Klum authored
    2015-02-19 16:20:12 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    ec66957c
    Jordan Cheney authored
    2015-02-19 16:19:53 -0500  
    Browse Code »
  • Added threshold
    069d64ed
    Scott Klum authored
    2015-02-19 16:19:47 -0500  
    Browse Code »
  • Fixing mistakes
    4e1574bb
    Jordan Cheney authored
    2015-02-19 16:19:45 -0500  
    Browse Code »
  • Added heatmap
    ade55607
    Scott Klum authored
    2015-02-19 16:19:32 -0500  
    Browse Code »
  • BAD JORDAN - moc, not cpp
    7b815975
    Austin Blanton authored
    2015-02-19 15:06:25 -0500  
    Browse Code »
  • Merge pull request #334 from biometrics/bytearray_serialization ...
    b54d2f75
    Explicit bytearray serialization
    caotto authored
    2015-02-19 13:49:28 -0500  
    Browse Code »
  • Don't qFatal on reads that are longer than the remaining data ...
    f81cb10d
    This is normal operation, the QDataStream will sometimes request
    blocks larger than the amount remaining, in that case it's fine just
    to return the max amount available instead of erroring.
    Charles Otto authored
    2015-02-19 12:21:28 -0500  
    Browse Code »

18 Feb, 2015
10 commits
  • Merge pull request #333 from biometrics/negXYut ...
    cffc1b76
    Change ut.X and ut.Y to int32_t for BBs outside the image
    Austin Blanton authored
    2015-02-18 17:07:27 -0500  
    Browse Code »
  • Change ut.X and ut.Y to int32_t for BBs outside the image
    03c6e2c0
    Austin Blanton authored
    2015-02-18 16:50:12 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    fb8f6d65
    Jordan Cheney authored
    2015-02-18 16:42:37 -0500  
    Browse Code »
  • Fixed bad paths
    e2771fdd
    Jordan Cheney authored
    2015-02-18 16:42:28 -0500  
    Browse Code »
  • Full path for openbr_internal in PP4&5
    c65e1074
    Austin Blanton authored
    2015-02-18 16:37:09 -0500  
    Browse Code »
  • Fixed l1 name mistake
    e7ec3673
    Jordan Cheney authored
    2015-02-18 16:28:28 -0500  
    Browse Code »
  • merge fixes
    cbbf2079
    Jordan Cheney authored
    2015-02-18 12:18:41 -0500  
    Browse Code »
  • Few changes to facilitate merge
    b012abb1
    Jordan Cheney authored
    2015-02-18 12:12:14 -0500  
    Browse Code »
  • Merge branch 'reorg'
    e4d4166c
    Jordan Cheney authored
    2015-02-18 11:38:35 -0500  
    Browse Code »
  • Merge branch 'master' into reorg
    f213e68c
    Jordan Cheney authored
    2015-02-18 11:38:07 -0500  
    Browse Code »

17 Feb, 2015
3 commits
  • Added copyright statement
    f1d8a9e3
    Jordan Cheney authored
    2015-02-17 16:52:23 -0500  
    Browse Code »
  • Added all files with eigen dependencies
    480d236c
    Jordan Cheney authored
    2015-02-17 16:51:55 -0500  
    Browse Code »
  • Finished reorg. Comments and fixes to follow
    81f98a0a
    Jordan Cheney authored
    2015-02-17 15:46:17 -0500  
    Browse Code »

16 Feb, 2015
6 commits
  • Merge pull request #331 from biometrics/mask_updates ...
    3331fb37
    Mask updates
    Scott Klum authored
    2015-02-16 14:55:17 -0500  
    Browse Code »
  • Sample bug fixes/tweaks
    f7dddb1f
    Scott Klum authored
    2015-02-16 11:40:02 -0500  
    Browse Code »
  • Don't need opencvutils
    855da69b
    Scott Klum authored
    2015-02-16 11:36:11 -0500  
    Browse Code »
  • Added mask related transforms
    d5d8f4ed
    Scott Klum authored
    2015-02-16 11:29:27 -0500  
    Browse Code »
  • Scale operates on points and rects as well
    71885f41
    Scott Klum authored
    2015-02-16 11:25:23 -0500  
    Browse Code »
  • Added Canny transform
    7f2ebb97
    Scott Klum authored
    2015-02-16 10:58:07 -0500  
    Browse Code »