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
28 Feb, 2014
2 commits
  • fixed spacing
    13b2233c
    Josh Klontz authored
    2014-02-28 12:05:10 -0500  
    Browse Code »
  • updated to latest janus
    c796fa4f
    Josh Klontz authored
    2014-02-28 12:04:48 -0500  
    Browse Code »

27 Feb, 2014
6 commits
  • Cleaned up Sum and Attribute distance, and added proper label comments
    b96e72db
    Scott Klum authored
    2014-02-27 17:14:47 -0500  
    Browse Code »
  • Merge branch 'fbi_ebts'
    f1f3728b
    Scott Klum authored
    2014-02-27 17:05:38 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    8a204192
    Scott Klum authored
    2014-02-27 17:05:23 -0500  
    Browse Code »
  • Added comments regarding FBI documents and known bugs
    b9d6ddae
    Scott Klum authored
    2014-02-27 17:03:29 -0500  
    Browse Code »
  • Preliminary support for FBI EBTS format
    5f659009
    Scott Klum authored
    2014-02-27 16:57:39 -0500  
    Browse Code »
  • Scaffolding in place for EBTS format
    2fc1d15e
    Scott Klum authored
    2014-02-27 16:57:11 -0500  
    Browse Code »

26 Feb, 2014
6 commits
  • Add vbb if set in metadata, add warning if cvmatio not installed when reading seqs
    41ad4467
    Austin Blanton authored
    2014-02-26 21:52:26 -0500  
    Browse Code »
  • Add vbb attribute in Caltech sigsets
    e9e9c555
    Austin Blanton authored
    2014-02-26 21:50:30 -0500  
    Browse Code »
  • No need to SaveMat
    06d3f196
    Austin Blanton authored
    2014-02-26 17:58:10 -0500  
    Browse Code »
  • Add global path when looking for vbb
    d8290845
    Austin Blanton authored
    2014-02-26 17:49:31 -0500  
    Browse Code »
  • Add train/test split for Caltech pedestrian dataset
    3e6cf825
    Austin Blanton authored
    2014-02-26 17:48:44 -0500  
    Browse Code »
  • Make writeKTHSigset.sh executable
    aa8a724f
    Austin Blanton authored
    2014-02-26 17:26:14 -0500  
    Browse Code »

24 Feb, 2014
2 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    1ed68d6d
    Scott Klum authored
    2014-02-24 10:21:32 -0500  
    Browse Code »
  • Added Sum and Attribute Distances
    5e6b30e9
    Scott Klum authored
    2014-02-24 10:21:25 -0500  
    Browse Code »

21 Feb, 2014
3 commits
  • Add documentation to WatershedSegmentation
    9d711fd6
    Austin Blanton authored
    2014-02-21 12:44:17 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    ef45e042
    Austin Blanton authored
    2014-02-21 12:41:06 -0500  
    Browse Code »
  • don't use scoping for top level algorithms
    0138269e
    Josh Klontz authored
    2014-02-21 09:50:48 -0500  
    Browse Code »

19 Feb, 2014
2 commits
  • janus wrapper supports pittpatt and variable length templates
    16569836
    Josh Klontz authored
    2014-02-19 15:29:44 -0500  
    Browse Code »
  • janus fixes
    d3fcafb5
    Josh Klontz authored
    2014-02-19 14:35:25 -0500  
    Browse Code »

18 Feb, 2014
1 commit
  • Merge branch 'master' of https://github.com/biometrics/openbr
    8fc59c23
    Austin Blanton authored
    2014-02-18 15:28:09 -0500  
    Browse Code »

17 Feb, 2014
3 commits
  • implemented janus_finalize_gallery
    102d2f0c
    Josh Klontz authored
    2014-02-17 15:00:06 -0500  
    Browse Code »
  • updated to latest janus
    71d67f81
    Josh Klontz authored
    2014-02-17 11:26:02 -0500  
    Browse Code »
  • doc fix
    9b463dce
    Josh Klontz authored
    2014-02-17 11:25:57 -0500  
    Browse Code »

14 Feb, 2014
7 commits
  • We can't call .c_str that way as the returned memory reference is local.
    7da9ed85
    mburge authored
    2014-02-14 18:43:08 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    6bd08639
    Austin Blanton authored
    2014-02-14 17:42:06 -0500  
    Browse Code »
  • Merge pull request #160 from biometrics/no_alloc ...
    c6b3d087
    Alternative for #159, avoid some dynamic memory allocations
    Austin Blanton authored
    2014-02-14 17:40:02 -0500  
    Browse Code »
  • Avoid some dynamic allocations in SeqReader
    5f3f7490
    Charles Otto authored
    2014-02-14 17:23:48 -0500  
    Browse Code »
  • Fix drawing contours
    7073c104
    Austin Blanton authored
    2014-02-14 10:10:10 -0500  
    Browse Code »
  • Convert to BGR if input image is 1 channel
    1dd60d3a
    Austin Blanton authored
    2014-02-14 09:48:50 -0500  
    Browse Code »
  • Draw bounding boxes after drawing segmentation
    ebf6a161
    Austin Blanton authored
    2014-02-14 09:46:49 -0500  
    Browse Code »

13 Feb, 2014
4 commits
  • Add an abbreviation for visualizing motion segmentation
    92b8278e
    Austin Blanton authored
    2014-02-13 22:25:04 -0500  
    Browse Code »
  • Add DrawSegmentationTransform
    c0bc0469
    Austin Blanton authored
    2014-02-13 22:23:20 -0500  
    Browse Code »
  • Add a segmentation transform
    ffcf4a97
    Austin Blanton authored
    2014-02-13 22:22:45 -0500  
    Browse Code »
  • DrawDelaunay should not throw a fatal if no triangles exist
    1d5bad33
    Scott Klum authored
    2014-02-13 16:32:40 -0500  
    Browse Code »

12 Feb, 2014
2 commits
  • Add a couple neat visualizations for videos to algorithms.cpp
    58228488
    Austin Blanton authored
    2014-02-12 19:45:21 -0500  
    Browse Code »
  • Add DrawOpticalFlowTransform
    6e90b724
    Austin Blanton authored
    2014-02-12 19:44:35 -0500  
    Browse Code »

11 Feb, 2014
2 commits
  • Merge branch 'pr/156'
    3dd72adf
    Josh Klontz authored
    2014-02-11 10:10:14 -0500  
    Browse Code »
  • tweaks
    79ac19cc
    Josh Klontz authored
    2014-02-11 10:09:34 -0500  
    Browse Code »