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
02 Oct, 2014
5 commits
  • Forgot a change to stream
    e3bbad25
    Scott Klum authored
    2014-10-02 13:39:39 -0400  
    Browse Code »
  • Reverted changes to janus
    8b446722
    Scott Klum authored
    2014-10-02 13:37:45 -0400  
    Browse Code »
  • Reverted changes to stream
    27a4326b
    Scott Klum authored
    2014-10-02 13:36:41 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into neural_networks
    b1e7b8d2
    Scott Klum authored
    2014-10-02 12:12:03 -0400  
    Browse Code »
  • Arg
    d08187c7
    Scott Klum authored
    2014-10-02 10:58:43 -0400  
    Browse Code »

01 Oct, 2014
12 commits
  • Add a correct simplify method for StreamTransform
    ac280fc3
    Charles Otto authored
    2014-10-01 14:55:49 -0400  
    Browse Code »
  • Also write algID -2 correctly (haha oops)
    6aa1dfcc
    Austin Blanton authored
    2014-10-01 14:54:17 -0400  
    Browse Code »
  • Update README.md
    8cf0d648
    Josh Klontz authored
    2014-10-01 14:10:15 -0400  
    Browse Code »
  • doxygen fixes
    1e75576a
    Josh Klontz authored
    2014-10-01 13:48:53 -0400  
    Browse Code »
  • updated docs to suggest using the lastest tagged release, fixed indentation
    e934f8d6
    Josh Klontz authored
    2014-10-01 13:34:47 -0400  
    Browse Code »
  • Added transpose
    af97fc18
    Scott Klum authored
    2014-10-01 11:10:51 -0400  
    Browse Code »
  • Fixed some nn comments
    d9fab5ff
    Scott Klum authored
    2014-10-01 11:10:00 -0400  
    Browse Code »
  • Added PointsToMatrix and NormalizePoints
    65854488
    Scott Klum authored
    2014-10-01 11:09:23 -0400  
    Browse Code »
  • Added DownsampleMetadata
    15548017
    Scott Klum authored
    2014-10-01 11:08:46 -0400  
    Browse Code »
  • Merge pull request #253 from biometrics/ComponentID ...
    e8a6a614
    New algorithm ID, same stuff as the old ID
    Josh Klontz authored
    2014-10-01 10:37:40 -0400  
    Browse Code »
  • New ID, same stuff as the old ID
    5a129989
    Austin Blanton authored
    2014-10-01 10:12:48 -0400  
    Browse Code »
  • Added PointsToMatrix function
    38bc1dcb
    Scott Klum authored
    2014-10-01 09:39:14 -0400  
    Browse Code »

29 Sep, 2014
3 commits
  • set cmake variables to off
    20fd2aae
    JordanCheney authored
    2014-09-29 15:09:59 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    2478d1bb
    JordanCheney authored
    2014-09-29 12:21:11 -0400  
    Browse Code »
  • Exposed minNeighbors parameter in Viola Jones detector
    857be257
    JordanCheney authored
    2014-09-29 12:20:09 -0400  
    Browse Code »

26 Sep, 2014
2 commits
  • Missing stasm headers, not sure why prior commits compile on OSX
    635d372c
    Scott Klum authored
    2014-09-26 16:15:55 -0400  
    Browse Code »
  • Fixed CMake policy bug
    be89d94c
    Scott Klum authored
    2014-09-26 13:39:31 -0400  
    Browse Code »

25 Sep, 2014
11 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    26fbff41
    Scott Klum authored
    2014-09-25 16:09:56 -0400  
    Browse Code »
  • Reverting to previous stasm4 colorspace conversion
    774940f8
    Scott Klum authored
    2014-09-25 16:08:10 -0400  
    Browse Code »
  • GLOB files instead of installing entire directory
    3a0e73ac
    Scott Klum authored
    2014-09-25 16:07:44 -0400  
    Browse Code »
  • Removed more compiler warnings
    ae849ef4
    Scott Klum authored
    2014-09-25 16:07:16 -0400  
    Browse Code »
  • Merge pull request #250 from biometrics/FilterDupeMetadata ...
    77ba19e1
    Add transform to filter templates based on a metadata ID
    Austin Blanton authored
    2014-09-25 16:04:18 -0400  
    Browse Code »
  • Merge pull request #251 from biometrics/gui_updates ...
    fe84de0b
    Gui updates
    Scott Klum authored
    2014-09-25 15:45:29 -0400  
    Browse Code »
  • Updates to pageflip and subjectviewer
    69b85755
    Scott Klum authored
    2014-09-25 15:44:08 -0400  
    Browse Code »
  • Add transform to filter templates based on a metadata ID
    04ae926e
    Austin Blanton authored
    2014-09-25 11:44:30 -0400  
    Browse Code »
  • Merge branch 'pp4' of https://github.com/biometrics/openbr
    02f50481
    Cheney authored
    2014-09-25 11:39:32 -0400  
    Browse Code »
  • Merge pull request #245 from biometrics/proper_stasm_compilation ...
    c47e28a4
    Proper stasm compilation
    Scott Klum authored
    2014-09-25 10:29:24 -0400  
    Browse Code »
  • Merge pull request #249 from biometrics/utMetaFix ...
    bd6c9997
    Fix utGallery::writeTemplate missing metadata key error when input is also utGallery
    Josh Klontz authored
    2014-09-25 09:20:14 -0400  
    Browse Code »

24 Sep, 2014
1 commit
  • Fix utGallery::writeTemplate missing metadata key error when input is also utGallery
    5fa51729
    Austin Blanton authored
    2014-09-24 14:26:31 -0400  
    Browse Code »

19 Sep, 2014
1 commit
  • Merge branch 'master' of https://github.com/biometrics/openbr
    dedec173
    Scott Klum authored
    2014-09-19 14:57:49 -0400  
    Browse Code »

18 Sep, 2014
5 commits
  • Merge pull request #247 from biometrics/eval ...
    57118ef4
    Eval matches fix
    Ben Klein authored
    2014-09-18 15:09:51 -0400  
    Browse Code »
  • update eval
    0658fb41
    Ben Klein authored
    2014-09-18 15:08:38 -0400  
    Browse Code »
  • Update eval.cpp
    092deb04
    Ben Klein authored
    2014-09-18 14:35:17 -0400  
    Browse Code »
  • Construct target and query FileLists inside matches block.
    9b1a5105
    Ben Klein authored
    2014-09-18 14:27:39 -0400  
    Browse Code »
  • Some of the trace functions were causing a crash
    fb9176c5
    Scott Klum authored
    2014-09-18 11:31:26 -0400  
    Browse Code »