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
14 Aug, 2014
5 commits
  • Added gui constructs to facilitate rankRetrieval
    daa8aa9b
    Scott Klum authored
    2014-08-14 15:51:35 -0400  
    Browse Code »
  • Misc interface improvements
    1b811e50
    Scott Klum authored
    2014-08-14 15:46:32 -0400  
    Browse Code »
  • fromAlgorithm works with algorithm
    832c6316
    Scott Klum authored
    2014-08-14 15:45:29 -0400  
    Browse Code »
  • Prevent display of landmarks in target gallery
    9be26394
    Scott Klum authored
    2014-08-14 14:17:04 -0400  
    Browse Code »
  • Stylistic changes
    ae678056
    Scott Klum authored
    2014-08-14 14:16:32 -0400  
    Browse Code »

13 Aug, 2014
5 commits
  • Fixed output special cases
    95d2b2e3
    Scott Klum authored
    2014-08-13 16:58:31 -0400  
    Browse Code »
  • Missed a file for connections bug
    49f455fa
    Scott Klum authored
    2014-08-13 15:07:05 -0400  
    Browse Code »
  • Don't need currentStep since we are using currentProgress now
    0e61c859
    Scott Klum authored
    2014-08-13 15:06:23 -0400  
    Browse Code »
  • Fixed emptygallery progress bug
    34648949
    Scott Klum authored
    2014-08-13 14:55:51 -0400  
    Browse Code »
  • Fixed templateviewergrid scoping bug
    a3530015
    Scott Klum authored
    2014-08-13 09:56:59 -0400  
    Browse Code »

12 Aug, 2014
2 commits
  • Added rank retrieval mediator
    a7b975a9
    Scott Klum authored
    2014-08-12 17:22:37 -0400  
    Browse Code »
  • Added faceviewer
    147f9ea1
    Scott Klum authored
    2014-08-12 11:01:17 -0400  
    Browse Code »

08 Aug, 2014
1 commit
  • made note of #234
    6d1a99a0
    Josh Klontz authored
    2014-08-08 18:11:43 -0400  
    Browse Code »

05 Aug, 2014
1 commit
  • Merge pull request #232 from biometrics/interface_lookup ...
    ee35e812
    Add a function to explicitly look up a br::Object's interface via metaOb...
    Josh Klontz authored
    2014-08-05 11:48:29 -0400  
    Browse Code »

04 Aug, 2014
6 commits
  • Add a function to explicitly look up a br::Object's interface via metaObject
    4ec77062
    Charles Otto authored
    2014-08-04 16:33:43 -0400  
    Browse Code »
  • Remove an innocuous warning from process.cpp
    19531723
    Charles Otto authored
    2014-08-04 15:46:47 -0400  
    Browse Code »
  • When binary serializing/deserializing templates, store/retrieve file.fte in metadata
    7b79eca6
    Charles Otto authored
    2014-08-04 15:46:45 -0400  
    Browse Code »
  • Add missing fte exclusion to pipe::projectUpdate(tlist, tlist)
    f18e88ed
    Charles Otto authored
    2014-08-04 15:46:44 -0400  
    Browse Code »
  • Ignore imdecode problems
    7eee335b
    Austin Blanton authored
    2014-08-04 12:45:32 -0400  
    Browse Code »
  • updated to latest janus
    16b9bf50
    Josh Klontz authored
    2014-08-04 11:55:59 -0400  
    Browse Code »

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
4 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 »