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
19 Feb, 2015
2 commits
  • 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 »

15 Feb, 2015
1 commit
  • Don't use default QByteArray serialization, it seems to be unreliable
    6e505719
    Charles Otto authored
    2015-02-15 16:16:23 -0800  
    Browse Code »

13 Feb, 2015
3 commits
  • Default Transform::fromAlgorithm preprocess to false, following changes to strea… ...
    c4ff790d
    …m, this is now a bad default
    Charles Otto authored
    2015-02-13 15:09:44 -0800  
    Browse Code »
  • Made procrustes a metadata transform
    9355e316
    Jordan Cheney authored
    2015-02-13 16:54:23 -0500  
    Browse Code »
  • Incremental progress for plugins reorg
    b34029cc
    Jordan Cheney authored
    2015-02-13 16:51:49 -0500  
    Browse Code »

12 Feb, 2015
2 commits
  • Removed cmake message from LibLinear
    8fde04e6
    Scott Klum authored
    2015-02-12 12:03:26 -0500  
    Browse Code »
  • Fixed spelling error, closes 317
    ade222ac
    Scott Klum authored
    2015-02-12 10:51:56 -0500  
    Browse Code »

10 Feb, 2015
1 commit
  • Merge pull request #328 from biometrics/opencv_model_storage ...
    f645840e
    Opencv model storage
    Scott Klum authored
    2015-02-10 10:33:47 -0500  
    Browse Code »

09 Feb, 2015
9 commits
  • Merge remote-tracking branch 'origin/master' into opencv_model_storage ...
    9e32d3b1
    Conflicts:
    	openbr/plugins/tree.cpp
    Scott Klum authored
    2015-02-09 13:35:36 -0500  
    Browse Code »
  • Merge pull request #327 from biometrics/liblinear ...
    f61b9ea5
    Liblinear
    Scott Klum authored
    2015-02-09 13:33:47 -0500  
    Browse Code »
  • Removed old malloc
    6ebf7eb9
    Scott Klum authored
    2015-02-09 13:33:13 -0500  
    Browse Code »
  • Refactored opencv model storage
    a3cca74e
    Scott Klum authored
    2015-02-09 13:32:23 -0500  
    Browse Code »
  • Cleanup
    0b17a8bb
    Scott Klum authored
    2015-02-09 13:20:25 -0500  
    Browse Code »
  • Revert "Revert "Merge pull request #320 from biometrics/block_compression"" ...
    df64be5e
    This reverts commit decda7bc5277e839d1bcf3e78754f2400878c969.
    Scott Klum authored
    2015-02-09 13:18:21 -0500  
    Browse Code »
  • Liblinear cleanup
    4691ca21
    Scott Klum authored
    2015-02-09 13:15:14 -0500  
    Browse Code »
  • Added parameter for termination criteria
    b0f41b6e
    Scott Klum authored
    2015-02-09 13:14:31 -0500  
    Browse Code »
  • Refactored random forests and forest induction
    373069f6
    Scott Klum authored
    2015-02-09 13:07:27 -0500  
    Browse Code »

06 Feb, 2015
2 commits
  • Revert "Merge pull request #320 from biometrics/block_compression" ...
    decda7bc
    This reverts commit cb35ce836903f6baa19cf577932e6d2b92f3fedb, reversing
    changes made to f2f88b8c72d0c86d66232c2cb26a39ab40bca4f3.
    Scott Klum authored
    2015-02-06 14:57:48 -0500  
    Browse Code »
  • set a default value for -path
    919ddb61
    Josh Klontz authored
    2015-02-06 09:31:26 -0500  
    Browse Code »

04 Feb, 2015
1 commit
  • Make sure a file exists before trying to open it with a load/store
    bd35069d
    Charles Otto authored
    2015-02-04 15:52:46 -0800  
    Browse Code »