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
01 Mar, 2014
11 commits
  • Update several c-api functions to take string buffers as input ...
    bf44e21a
    Instead of returning references to static memory (which are invalidated by
    subsequent or concurrent calls to the function), require users to input string
    buffers to functions that return strings.
    
    Affected functions:
    br_get_filename
    br_get_metadata_string
    br_scratch_path
    br_objects
    br_most_recent_message
    
    In some GUI functions, use C++ functions instead of going through the c api
    add a c++ method correspondign to br_objects (which returns a stringlist
    instead of merging the lines)
    
    br_read_pipe and br_get_header also use static memory in a similar way, but
    are not addressed in this commit.
    Charles Otto authored
    2014-03-01 13:01:03 -0500  
    Browse Code »
  • Add mutexes to some functions that return pointers to static variables ...
    94463713
    br_about, br_version, and br_sdk_path return pointers to static memory declared
    at function scope, that is intialized once and never changed.
    
    In versions of visual studio (prior to 2013 apparently), this initialization is
    not thread safe (thread safety of this operation is in c++-11).
    
    Removed references to managed_return_value in the documentation of these
    methods. The memory returned here is not invalidated by subsequent calls to the
    function, so that comment does not apply.
    Charles Otto authored
    2014-03-01 13:01:03 -0500  
    Browse Code »
  • Added some things related to leave one out cv
    725e25b4
    Scott Klum authored
    2014-03-01 12:38:51 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    04df7bef
    Scott Klum authored
    2014-03-01 11:45:13 -0500  
    Browse Code »
  • Added some comments about leaveOneOut crossValidation
    c7010d94
    Scott Klum authored
    2014-03-01 11:44:37 -0500  
    Browse Code »
  • Fix br -objects
    f794e6e0
    Charles Otto authored
    2014-03-01 11:15:15 -0500  
    Browse Code »
  • Refactored from gallery a bit
    91eff7dd
    Scott Klum authored
    2014-03-01 10:19:43 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    e6ad9c22
    Scott Klum authored
    2014-03-01 10:14:35 -0500  
    Browse Code »
  • Add a transform for manually marking rectangles
    4c595c32
    Charles Otto authored
    2014-03-01 10:05:03 -0500  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    40b8933d
    sklum authored
    2014-03-01 09:53:04 -0800  
    Browse Code »
  • Remove all partition training data when training distances
    8917c959
    sklum authored
    2014-03-01 09:50:59 -0800  
    Browse Code »

28 Feb, 2014
9 commits
  • Added rect from stasm jaw abbreviation
    a66afbe5
    Scott Klum authored
    2014-02-28 14:55:26 -0500  
    Browse Code »
  • Added abbrievation for nose with bridge
    0bd66343
    Scott Klum authored
    2014-02-28 14:06:25 -0500  
    Browse Code »
  • Append system paths to list of paths to check
    0e316414
    Austin Blanton authored
    2014-02-28 13:15:25 -0500  
    Browse Code »
  • made .rr simple mode more consistent
    1a79e098
    Josh Klontz authored
    2014-02-28 12:56:24 -0500  
    Browse Code »
  • janus compile fix
    a85b4ebf
    Josh Klontz authored
    2014-02-28 12:33:31 -0500  
    Browse Code »
  • cheap fix to br_get_filename
    a673c49d
    Josh Klontz authored
    2014-02-28 12:26:29 -0500  
    Browse Code »
  • changed br behavior to default to not initializing with gui funtionality unless … ...
    0064b8b3
    …-gui is specified as the first argument
    Josh Klontz authored
    2014-02-28 12:16:59 -0500  
    Browse Code »
  • 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 »