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
03 Aug, 2014
2 commits
  • Merge branch 'master' of https://github.com/biometrics/openbr
    c9ad1390
    Josh Klontz authored
    2014-08-03 11:50:11 -0400  
    Browse Code »
  • udpdated to latest janus
    dd58874a
    Josh Klontz authored
    2014-08-03 11:50:04 -0400  
    Browse Code »

01 Aug, 2014
3 commits
  • More robust process handling ...
    a3434aad
    Use timeouts for all indefinite waits in process.cpp. On timeout, check
    the state of the relevant QLocalSocket to see if it looks like the other
    party is still up. On windows checking .isValid() appears to work, on
    linux, checking that state != unconnected appears to work.
    Charles Otto authored
    2014-08-01 14:41:09 -0400  
    Browse Code »
  • Don't use the main thread's event loop to start processes ...
    fac4f9d4
    Due to Qt's limitations, it is necessary to have a consistent thread start
    and stop a given process, but that thread does not have to be the main thread
    rather, any thread in an event loop is fine.
    Charles Otto authored
    2014-08-01 12:07:18 -0400  
    Browse Code »
  • updated to latest janus
    15f38d8f
    Josh Klontz authored
    2014-08-01 10:59:06 -0400  
    Browse Code »

31 Jul, 2014
6 commits
  • fixed non-initialization
    b7a3b953
    Josh Klontz authored
    2014-07-31 15:12:06 -0400  
    Browse Code »
  • BinaryGallery and jsonGallery logic cleanup
    e82920f7
    Josh Klontz authored
    2014-07-31 14:52:21 -0400  
    Browse Code »
  • better json parsing diagnostics
    7cfd26b4
    Josh Klontz authored
    2014-07-31 14:34:49 -0400  
    Browse Code »
  • Add a transform for logging nearest-neighbor data.
    616ec701
    Charles Otto authored
    2014-07-31 14:10:15 -0400  
    Browse Code »
  • fixed #230, also changed stream.atEnd() to gallery.atEnd() for better clarity (n… ...
    cadd9f8c
    …o change in behavior intendend)
    Josh Klontz authored
    2014-07-31 12:33:23 -0400  
    Browse Code »
  • Revert "Fix neverending UT file" ...
    0cc51d5e
    This reverts commit 37420d7ea831113cdbf243e3aa695d1d4cbabedb.
    Josh Klontz authored
    2014-07-31 08:19:01 -0400  
    Browse Code »

30 Jul, 2014
4 commits
  • Fix neverending UT file
    37420d7e
    Austin Blanton authored
    2014-07-30 17:03:43 -0400  
    Browse Code »
  • updated utGallery to reflect new universal template format
    f613d429
    Josh Klontz authored
    2014-07-30 11:15:46 -0400  
    Browse Code »
  • new universal template format
    e52c15ae
    Josh Klontz authored
    2014-07-30 09:41:42 -0400  
    Browse Code »
  • updated to latest janus
    397fb860
    Josh Klontz authored
    2014-07-30 09:39:09 -0400  
    Browse Code »

29 Jul, 2014
1 commit
  • added missing compare function
    54e076ea
    Josh Klontz authored
    2014-07-29 10:43:38 -0400  
    Browse Code »

26 Jul, 2014
5 commits
  • Merge pull request #229 from biometrics/AffineRestore ...
    6c399648
    Transform to map stasm points back into original coordinate space
    Brendan K authored
    2014-07-26 21:24:50 -0400  
    Browse Code »
  • Update parameters to const reference in eigen utils
    39a41bb0
    Brendan Klare authored
    2014-07-26 21:23:10 -0400  
    Browse Code »
  • Fixes a stupid effing bug that only occured on linux not osx.
    31f14f92
    Brendan Klare authored
    2014-07-26 21:11:02 -0400  
    Browse Code »
  • Rebasing with master (?)
    f3967c73
    Brendan Klare authored
    2014-07-26 00:00:26 -0400  
    Browse Code »
  • Transform to map stasm points back into original coordinate space
    a00cdb50
    Brendan Klare authored
    2014-07-26 00:00:05 -0400  
    Browse Code »

25 Jul, 2014
6 commits
  • Resize with padding to preserve aspect ratio
    eb77145e
    Brendan Klare authored
    2014-07-25 23:59:45 -0400  
    Browse Code »
  • Transform to map stasm points back into original coordinate space
    911ac5ef
    Brendan Klare authored
    2014-07-25 17:41:11 -0400  
    Browse Code »
  • Implement Independent::finalize
    66182936
    Charles Otto authored
    2014-07-25 15:55:58 -0400  
    Browse Code »
  • Replace ProgressCounter's totalProgress var with a int64 ...
    ba1b606a
    since total progress can be a file size in bytes, this should really be a
    64-bit number.
    
    Soften output condition -- if FrameNumber metadata is not present, still display
    progress
    Charles Otto authored
    2014-07-25 14:20:33 -0400  
    Browse Code »
  • Slight re-organization of some code in core/cluster.cpp ...
    52cf180a
    put "neighbor" class definitions in openbr_internal.h, export a couple
    additional functions in openbr_plugin.h.
    Add a function to get the comparison transformation used by an algorithm
    Charles Otto authored
    2014-07-25 14:20:32 -0400  
    Browse Code »
  • update br -help evalDetection args
    4d4fe90d
    Ben Klein authored
    2014-07-25 10:36:43 -0400  
    Browse Code »

24 Jul, 2014
2 commits
  • Merge pull request #226 from biometrics/strict_fte ...
    b79edef7
    Don't pass FTE templates on to subsequent stages of a pipe/stream.
    caotto authored
    2014-07-24 13:03:38 -0400  
    Browse Code »
  • Refactor FTE template exclusion ...
    0529fded
    introduce a separate function to split FTE templates to a different list
    Better handling of FTE exclusion during training (no reason to every include
    fte templates in calls to train).
    Remove File::failed, instead use direct access to fte.
    Charles Otto authored
    2014-07-24 12:30:41 -0400  
    Browse Code »

23 Jul, 2014
2 commits
  • Update handling of FTE ...
    6e844a9c
    If a transform sets FTE on a template, don't pass that on to subsequent
    transforms. This is done by placing checks after every project call by stream
    and pipe. Switch the FTE marker from metadata to a member variable of template.
    Charles Otto authored
    2014-07-23 16:25:14 -0400  
    Browse Code »
  • Remove check on FTE in Expanded, don't set FTE in FTETransform ...
    fbd840a0
    This in anticipation of strict enforcement of the FTE flag at the composite
    transform level.
    Charles Otto authored
    2014-07-23 12:47:41 -0400  
    Browse Code »

22 Jul, 2014
1 commit
  • Merge pull request #223 from biometrics/enroll_update ...
    819671f5
    Drop filelist return from enroll, don't accumulate metadata during enroll
    Josh Klontz authored
    2014-07-22 09:41:41 -0400  
    Browse Code »

21 Jul, 2014
6 commits
  • Merge pull request #224 from biometrics/TextureMap ...
    385abcbd
    Texture map
    Brendan K authored
    2014-07-21 23:23:43 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    a3093cc6
    Josh Klontz authored
    2014-07-21 12:24:22 -0400  
    Browse Code »
  • added more diagnostics
    75673d82
    Josh Klontz authored
    2014-07-21 12:24:16 -0400  
    Browse Code »
  • Append eyes to src template as points
    946c91f9
    Ben Klein authored
    2014-07-21 11:52:39 -0400  
    Browse Code »
  • added better ut diagnostic
    cbe7e26c
    Josh Klontz authored
    2014-07-21 11:29:11 -0400  
    Browse Code »
  • added br_iterate_utemplates diagnostic
    5a252624
    Josh Klontz authored
    2014-07-21 10:54:39 -0400  
    Browse Code »

18 Jul, 2014
2 commits
  • janus tweak
    cdf907c4
    Josh Klontz authored
    2014-07-18 14:53:15 -0400  
    Browse Code »
  • updated to latest janus
    a30beafb
    Josh Klontz authored
    2014-07-18 14:48:51 -0400  
    Browse Code »