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
  • share
11 Mar, 2015
1 commit
  • Better stasm inclusion/compilation
    457777b0
    Scott Klum authored
    2015-03-11 13:23:24 -0400  
    Browse Dir »

04 Mar, 2015
1 commit
  • Install dependencies correctly on Linux
    4e21bc9d
    bhklein authored
    2015-03-04 11:13:49 -0500  
    Browse Dir »

26 Feb, 2015
1 commit
  • keyframes gallery implemented wit LibAV
    2e0e1dd9
    bhklein authored
    2015-02-26 11:33:17 -0500  
    Browse Dir »

12 Feb, 2015
1 commit
  • Removed cmake message from LibLinear
    8fde04e6
    Scott Klum authored
    2015-02-12 12:03:26 -0500  
    Browse Dir »

09 Feb, 2015
1 commit
  • 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 Dir »

06 Feb, 2015
1 commit
  • 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 Dir »

03 Feb, 2015
2 commits
  • Merge remote-tracking branch 'origin/master' into liblinear
    d2de26db
    Scott Klum authored
    2015-02-03 16:30:04 -0500  
    Browse Dir »
  • Update pre-trained models ref
    30e8b9d8
    Charles Otto authored
    2015-02-03 11:21:11 -0500  
    Browse Dir »

29 Jan, 2015
1 commit
  • Initial work with liblinear
    ef7897a4
    Scott Klum authored
    2015-01-29 21:01:14 -0500  
    Browse Dir »

02 Jan, 2015
1 commit
  • Update hello.pro ...
    416bc1c7
    Fixed #301
    Josh Klontz authored
    2015-01-02 11:26:33 -0500  
    Browse Dir »

11 Nov, 2014
1 commit
  • Reverted pull request
    394ebf22
    Scott Klum authored
    2014-11-11 14:00:25 -0500  
    Browse Dir »

03 Oct, 2014
2 commits
  • Merge pull request #254 from biometrics/attributes ...
    b2b9273c
    Attributes
    Scott Klum authored
    2014-10-03 10:59:03 -0400  
    Browse Dir »
  • Merge branch 'attributes' of https://github.com/biometrics/openbr into attributes ...
    2ba3aa40
    Conflicts:
    	openbr/plugins/gallery.cpp
    Scott Klum authored
    2014-10-03 10:42:28 -0400  
    Browse Dir »

01 Oct, 2014
1 commit
  • doxygen fixes
    1e75576a
    Josh Klontz authored
    2014-10-01 13:48:53 -0400  
    Browse Dir »

29 Sep, 2014
1 commit
  • Merge branch 'master' of https://github.com/biometrics/openbr
    2478d1bb
    JordanCheney authored
    2014-09-29 12:21:11 -0400  
    Browse Dir »

18 Sep, 2014
1 commit
  • Fixed some windows related issues, not including tasm in compilation yet
    058266d7
    Scott Klum authored
    2014-09-18 10:50:03 -0400  
    Browse Dir »

16 Sep, 2014
1 commit
  • Working msvc compilation, added seemingly required ocl
    e22d70a5
    Scott Klum authored
    2014-09-16 17:07:41 -0400  
    Browse Dir »

15 Sep, 2014
1 commit
  • Finished
    9c387d94
    Scott Klum authored
    2014-09-15 17:09:54 -0400  
    Browse Dir »

27 Aug, 2014
1 commit
  • Working structure in place
    55ff9a5d
    Scott Klum authored
    2014-08-27 14:42:52 -0400  
    Browse Dir »

26 Aug, 2014
1 commit
  • Installation working, need to clean up library paths
    e8c73a7d
    Scott Klum authored
    2014-08-26 17:03:09 -0400  
    Browse Dir »

20 Aug, 2014
1 commit
  • Starting to get a handle on the stasm circular dependencies
    5bada628
    Scott Klum authored
    2014-08-20 15:32:37 -0400  
    Browse Dir »

19 Aug, 2014
3 commits
  • Polish
    b17818f0
    Scott Klum authored
    2014-08-19 13:28:07 -0400  
    Browse Dir »
  • Fixed install path
    c6ee3fef
    Scott Klum authored
    2014-08-19 09:13:20 -0700  
    Browse Dir »
  • Fixed build, install
    9926eba5
    Scott Klum authored
    2014-08-19 10:40:50 -0400  
    Browse Dir »

01 Aug, 2014
1 commit
  • The return of PittPatt 4
    94f189ad
    Jordan Cheney authored
    2014-08-01 15:19:38 -0400  
    Browse Dir »

11 Jul, 2014
1 commit
  • Rename LoadStore's algorithm decription property, restore const to description ...
    cc6651c3
    Also, more careful memory management of the simplified transform in
    AlgorithmCore
    Charles Otto authored
    2014-07-11 15:05:15 -0400  
    Browse Dir »

09 Jul, 2014
2 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr into attributes ...
    0e71b85d
    Conflicts:
    	openbr/plugins/distance.cpp
    	openbr/plugins/template.cpp
    Tunde authored
    2014-07-09 15:22:01 -0400  
    Browse Dir »
  • Update algorithm serialization ...
    810351a0
    Rather than saving the Transform and distance strings of an algorithm
    together, in stored files, save the transform and distance descriptions
    separately. Also introduce an enum allowing for the serialization of
    algorithms which use gallery comparison transforms, rather than distances
    as their comparison function.
    
    Update pre-trained algorithms, this only requires updating the algorithm
    files themselves, transforms saved via LoadStore are unaffected.
    Charles Otto authored
    2014-07-09 13:35:34 -0400  
    Browse Dir »

16 Jun, 2014
1 commit
  • Fixed imageformat dependencies on OSX
    335e5817
    Scott Klum authored
    2014-06-16 14:56:56 -0400  
    Browse Dir »

22 May, 2014
2 commits
  • removed remainder of tabs in both files, added qfatal to redBlock functiono and … ...
    608d1057
    …changed for loop to foreach loop
    Tunde authored
    2014-05-22 17:20:49 -0400  
    Browse Dir »
  • Fixed using tabs instead of spaces, and added myself to the bib file
    e544b45a
    Tunde authored
    2014-05-22 16:46:12 -0400  
    Browse Dir »

21 May, 2014
1 commit
  • Added author attribution
    cfc5eb2c
    dgcrouse authored
    2014-05-21 15:10:29 -0400  
    Browse Dir »

10 Feb, 2014
1 commit
  • Use cvmatio original repo after merge of pull request
    6f85ca66
    Austin Blanton authored
    2014-02-10 16:01:55 -0500  
    Browse Dir »

06 Feb, 2014
3 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr ...
    1d632337
     the commit.
    Josh Klontz authored
    2014-02-06 13:10:41 -0500  
    Browse Dir »
  • more robust search for openbr
    4349bd46
    Josh Klontz authored
    2014-02-06 13:10:36 -0500  
    Browse Dir »
  • Use our fork of cvmatio for a better install and move non-find logic to top CMakeLists
    c3587e5c
    Austin Blanton authored
    2014-02-06 12:29:56 -0500  
    Browse Dir »

05 Feb, 2014
2 commits
  • install cvmatio libs (well, only for mac...)
    cee70e6a
    Austin Blanton authored
    2014-02-05 21:03:41 -0500  
    Browse Dir »
  • Add cvmatio library as optional 3rd party lib
    cb89d81b
    Austin Blanton authored
    2014-02-05 18:24:14 -0500  
    Browse Dir »

30 Jan, 2014
1 commit
  • strip subdirectory from OPENBR_DIR to ensure it points to the root dir
    cad2f557
    Josh Klontz authored
    2014-01-30 16:19:09 -0500  
    Browse Dir »

24 Nov, 2013
1 commit
  • Address #135, update models ref due to compatibility break
    fea31bb9
    Charles Otto authored
    2013-11-24 20:00:12 -0500  
    Browse Dir »