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, 2013
1 commit
  • minor Likely refactoring
    2e7b0934
    Josh Klontz authored
    2013-02-19 13:33:39 -0500  
    Browse Code »

18 Feb, 2013
2 commits
  • Updated docs
    cd5ea8de
    Scott Klum authored
    2013-02-18 19:59:53 -0500  
    Browse Code »
  • added eigen3 license install and updated docs
    7d73df19
    Josh Klontz authored
    2013-02-18 17:37:13 -0500  
    Browse Code »

16 Feb, 2013
1 commit
  • updated pre-built documentation
    6d97ca3c
    Josh Klontz authored
    2013-02-16 11:35:10 -0500  
    Browse Code »

15 Feb, 2013
1 commit
  • rectfromlandmarks transform added
    6e92e12a
    Scott Klum authored
    2013-02-15 16:34:41 -0500  
    Browse Code »

14 Feb, 2013
6 commits
  • Remove unneeded debug code ...
    5b0d6449
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
    2013-02-14 17:35:02 -0500  
    Browse Code »
  • Merge pull request #11 from biometrics/video_thing ...
    ca705463
    some basic support for video processing
    jklontz authored
    2013-02-14 14:26:26 -0800  
    Browse Code »
  • Abstract fourcc selection a little ...
    4132a8e1
    Use 'x264' by default, users can specify which code to use by using
    -fourcc 'code'
    on the command line. On windows, a code of -1 will bring up the vfw codec
    selection dialog.
    
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
    2013-02-14 16:43:13 -0500  
    Browse Code »
  • Add a class for treating videos as galleries ...
    08aa0682
    Add a gallery class for videos, treating each frame as a separate template in a
    templatelist. Currently only uses the .avi file extension, other formats can be
    read via something like "Open!other_operations," and I'm not aware of a
    pressing reason to support output to other video containers
    
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
    2013-02-14 16:43:12 -0500  
    Browse Code »
  • Add a format class for reading video files ...
    0b581c79
    Opening videos via the open transform will result in all frames of a video
    being loaded into memory, and stored as matrices of a single template.
    Modify defaultFormat to try to read a file as a video if it can't be read as an
    image (since video files can also have various file extensions).
    
    Signed-off-by: caotto <ottochar@gmail.com>
    caotto authored
    2013-02-14 16:43:12 -0500  
    Browse Code »
  • pbd transform
    d0e03b50
    Scott Klum authored
    2013-02-14 14:57:01 -0500  
    Browse Code »

13 Feb, 2013
3 commits
  • finished draft of likely API
    21ed01cf
    Josh Klontz authored
    2013-02-13 23:37:32 -0500  
    Browse Code »
  • removed BR_EXCEPTIONS flag
    0d1e2d14
    Josh Klontz authored
    2013-02-13 22:37:21 -0500  
    Browse Code »
  • update MinGW instructions
    c7e3a397
    Josh Klontz authored
    2013-02-13 11:15:33 -0500  
    Browse Code »

12 Feb, 2013
1 commit
  • Filtering bug fix
    6ce2c980
    Scott Klum authored
    2013-02-12 17:04:40 -0500  
    Browse Code »

11 Feb, 2013
11 commits
  • started exposing likely (formerly jitcv)
    291f09bb
    Josh Klontz authored
    2013-02-11 23:51:41 -0500  
    Browse Code »
  • llvm bug fix
    2bcb82eb
    Josh Klontz authored
    2013-02-11 23:08:09 -0500  
    Browse Code »
  • doxygen fixes
    9369134d
    Josh Klontz authored
    2013-02-11 16:30:16 -0500  
    Browse Code »
  • rank retrieval cleanup and optimization
    6bbbc798
    Josh Klontz authored
    2013-02-11 16:18:42 -0500  
    Browse Code »
  • improved filter speed
    46a716c9
    Josh Klontz authored
    2013-02-11 15:29:39 -0500  
    Browse Code »
  • added Eigen versions of L1/L2 distances
    67c38813
    Josh Klontz authored
    2013-02-11 14:31:25 -0500  
    Browse Code »
  • CropFace -> RegisterFace
    9e5df64a
    Josh Klontz authored
    2013-02-11 12:05:02 -0500  
    Browse Code »
  • PP5 works on grayscale images
    2607f7b3
    Josh Klontz authored
    2013-02-11 11:56:17 -0500  
    Browse Code »
  • implemented PipeDistance
    66001a71
    Josh Klontz authored
    2013-02-11 11:23:13 -0500  
    Browse Code »
  • DefaultDistance implementation fix
    82a0ed2f
    Josh Klontz authored
    2013-02-11 10:06:43 -0500  
    Browse Code »
  • added DefaultDistance
    a46353cc
    Josh Klontz authored
    2013-02-11 09:59:13 -0500  
    Browse Code »

09 Feb, 2013
3 commits
  • rr output logic fix
    9a9a279b
    Scott Klum authored
    2013-02-09 16:09:21 -0500  
    Browse Code »
  • @jklontz is this a good way of getting scores?
    e8478d0b
    Scott Klum authored
    2013-02-09 10:05:59 -0500  
    Browse Code »
  • removed metadata output loop, using flat() instead
    f8ea166a
    Scott Klum authored
    2013-02-09 09:34:28 -0500  
    Browse Code »

08 Feb, 2013
8 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    9a6fb37c
    Josh Klontz authored
    2013-02-08 17:04:24 -0500  
    Browse Code »
  • llvm abstraction fix, bug remains
    843c7e15
    Josh Klontz authored
    2013-02-08 17:02:40 -0500  
    Browse Code »
  • Made src a protect variable, will revert back when guis are integrated
    0685fcdf
    Scott Klum authored
    2013-02-08 16:30:21 -0500  
    Browse Code »
  • doc tweaks
    5c84b9d1
    Josh Klontz authored
    2013-02-08 12:36:04 -0500  
    Browse Code »
  • added IDE usage instructions
    122800ec
    Josh Klontz authored
    2013-02-08 12:09:20 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    280c8b1c
    Josh Klontz authored
    2013-02-08 10:59:37 -0500  
    Browse Code »
  • simplified resource logic
    11e860a5
    Josh Klontz authored
    2013-02-08 10:59:30 -0500  
    Browse Code »
  • fixed opencv packaging
    c4d15f44
    Josh Klontz authored
    2013-02-08 10:36:13 -0500  
    Browse Code »

07 Feb, 2013
3 commits
  • added pp5 mingw-w64 warning
    cabf9545
    Josh Klontz authored
    2013-02-07 22:17:31 -0500  
    Browse Code »
  • install debug libraries on windows fix
    2a4209fb
    Josh Klontz authored
    2013-02-07 18:09:20 -0500  
    Browse Code »
  • more build intruction improvements
    57bcd047
    Josh Klontz authored
    2013-02-07 17:57:47 -0500  
    Browse Code »