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
  • openbr
  • plugins
  • gallery.cpp
14 Jan, 2015
2 commits
  • Fix gallery append bugs introduced by deferred opening of gallery files
    8db263f4
    Charles Otto authored
    2015-01-14 15:29:40 -0800  
    Browse File »
  • Remove memGallery::align and associated infrastructure, no noticeable improvemen… ...
    aa6daea4
    …t in performance and allocating the flat data is not feasible for large enough galleries
    Charles Otto authored
    2015-01-14 13:52:22 -0800  
    Browse File »

30 Dec, 2014
1 commit
  • Merge pull request #294 from biometrics/stream_galleries ...
    909ad7a0
    Refactor video handling in stream
    caotto authored
    2014-12-30 13:59:47 -0500  
    Browse File »

22 Dec, 2014
1 commit
  • Merge pull request #292 from biometrics/csv_fix ...
    d611f97e
    Fix issue #265 (csv format broken with FTE templates)
    Scott Klum authored
    2014-12-22 09:50:43 -0500  
    Browse File »

21 Dec, 2014
3 commits
  • Preliminary refactor of video support in stream ...
    3aebbe56
    Shift support for reading video formats into Gallery subclasses, rather
    than using TemplateProcessor subclasses.
    
    This allows a more uniform interface (rather than having separate gallery/
    video modes, everything goes through galleries), and gallery subclasses
    can also be used in other contexts.
    Charles Otto authored
    2014-12-21 23:24:52 -0500  
    Browse File »
  • Fix issue #265 (csv format broken with FTE templates) ...
    d425956d
    Retain the number of columns generated per key output, so that the csv
    layout will not be broken if point/rect metadata keys are missing (since
    they are output as multiple columns of the csv).
    Charles Otto authored
    2014-12-21 16:43:49 -0500  
    Browse File »
  • Defer opening gallery files until read/write are first called ...
    8f742c2c
    Don't open gallery files in init, instead defer opening until they are
    first attempted to be read from/written to.
    
    This instead of introducing read/write modes.
    Charles Otto authored
    2014-12-21 15:43:51 -0500  
    Browse File »

14 Nov, 2014
1 commit
  • Merge pull request #276 from biometrics/stasm_revert ...
    3bec8ea6
    Reverted Stasm 4.1 to Stasm 4.0
    Josh Klontz authored
    2014-11-14 12:20:59 -0500  
    Browse File »

13 Nov, 2014
2 commits
  • made br_universal_template::label an integer to overcome alignment issues
    4aff6f12
    Josh Klontz authored
    2014-11-13 09:26:50 -0500  
    Browse File »
  • removed br_universal_template::templateID, introduced br_universal_template::lab… ...
    343cfe9b
    …el, repurposed br_universal_template::size as br_universal_template::fvSize
    Josh Klontz authored
    2014-11-13 08:18:58 -0500  
    Browse File »

12 Nov, 2014
2 commits
  • forgot to update writeTemplate() also
    2b2e5b4a
    Josh Klontz authored
    2014-11-12 08:41:34 -0500  
    Browse File »
  • handle AlgorithmID=-3 the same way
    5f21b769
    Josh Klontz authored
    2014-11-12 08:36:17 -0500  
    Browse File »

11 Nov, 2014
1 commit
  • Reverted pull request
    394ebf22
    Scott Klum authored
    2014-11-11 14:00:25 -0500  
    Browse File »

04 Nov, 2014
1 commit
  • don't save matrix data for failure to enroll templates
    cbe70d01
    Josh Klontz authored
    2014-11-04 12:29:16 -0500  
    Browse File »

01 Nov, 2014
2 commits
  • .ut should also count as a pre-enrolled format (continued)
    755b71c4
    Josh Klontz authored
    2014-11-01 12:30:32 -0400  
    Browse File »
  • explictly calculate the feature vector size
    5077e2d6
    Josh Klontz authored
    2014-11-01 12:15:05 -0400  
    Browse File »

01 Oct, 2014
2 commits
  • Also write algID -2 correctly (haha oops)
    6aa1dfcc
    Austin Blanton authored
    2014-10-01 14:54:17 -0400  
    Browse File »
  • New ID, same stuff as the old ID
    5a129989
    Austin Blanton authored
    2014-10-01 10:12:48 -0400  
    Browse File »

25 Sep, 2014
1 commit
  • Merge pull request #245 from biometrics/proper_stasm_compilation ...
    c47e28a4
    Proper stasm compilation
    Scott Klum authored
    2014-09-25 10:29:24 -0400  
    Browse File »

24 Sep, 2014
1 commit
  • Fix utGallery::writeTemplate missing metadata key error when input is also utGallery
    5fa51729
    Austin Blanton authored
    2014-09-24 14:26:31 -0400  
    Browse File »

17 Sep, 2014
1 commit
  • Added support for the MUCT dataset format for shapes via shapeGallery
    9e140b11
    Scott Klum authored
    2014-09-17 12:29:54 -0400  
    Browse File »

12 Sep, 2014
1 commit
  • rewrote utGallery::writeTemplate to avoid unnecessary copies
    8bc19d3a
    Josh Klontz authored
    2014-09-12 13:59:25 -0400  
    Browse File »

29 Aug, 2014
1 commit
  • treat FTE as AlgorithmID=0
    f05e1693
    Josh Klontz authored
    2014-08-29 12:27:52 -0400  
    Browse File »

20 Aug, 2014
1 commit
  • Added gallerySize for DefaultGallery
    dc84c45c
    Scott Klum authored
    2014-08-20 10:43:05 -0400  
    Browse File »

13 Aug, 2014
2 commits
  • Don't need currentStep since we are using currentProgress now
    0e61c859
    Scott Klum authored
    2014-08-13 15:06:23 -0400  
    Browse File »
  • Fixed emptygallery progress bug
    34648949
    Scott Klum authored
    2014-08-13 14:55:51 -0400  
    Browse File »

31 Jul, 2014
4 commits
  • BinaryGallery and jsonGallery logic cleanup
    e82920f7
    Josh Klontz authored
    2014-07-31 14:52:21 -0400  
    Browse File »
  • better json parsing diagnostics
    7cfd26b4
    Josh Klontz authored
    2014-07-31 14:34:49 -0400  
    Browse File »
  • 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 File »
  • Revert "Fix neverending UT file" ...
    0cc51d5e
    This reverts commit 37420d7ea831113cdbf243e3aa695d1d4cbabedb.
    Josh Klontz authored
    2014-07-31 08:19:01 -0400  
    Browse File »

30 Jul, 2014
2 commits
  • Fix neverending UT file
    37420d7e
    Austin Blanton authored
    2014-07-30 17:03:43 -0400  
    Browse File »
  • updated utGallery to reflect new universal template format
    f613d429
    Josh Klontz authored
    2014-07-30 11:15:46 -0400  
    Browse File »

21 Jul, 2014
2 commits
  • added more diagnostics
    75673d82
    Josh Klontz authored
    2014-07-21 12:24:16 -0400  
    Browse File »
  • added better ut diagnostic
    cbe7e26c
    Josh Klontz authored
    2014-07-21 11:29:11 -0400  
    Browse File »

16 Jul, 2014
1 commit
  • windows standard io fix for binary data
    78db117e
    Josh Klontz authored
    2014-07-16 13:00:59 -0400  
    Browse File »

11 Jul, 2014
2 commits
  • added support for AlgorithmID=7
    7e79e495
    Josh Klontz authored
    2014-07-11 10:20:10 -0400  
    Browse File »
  • abort on parse error
    dec5428d
    Josh Klontz authored
    2014-07-11 09:47:04 -0400  
    Browse File »

03 Jul, 2014
2 commits
  • Refactor PP5 comparison handling ...
    a438d3fa
    Introduce PP5GalleryTransform, a transform that compares incoming templates
    against a fixed gallery (thereby avoiding the cost of repeatedly setting up
    pp5 galleries for the same templates).
    
    Modify AlgorithmCore to support supplying Transforms to the right of the
    algorithm string, in this case ! should be used instead of :.
    Charles Otto authored
    2014-07-03 16:09:04 -0400  
    Browse File »
  • Purge the abominable " & "
    cc986a8c
    Charles Otto authored
    2014-07-03 14:27:55 -0400  
    Browse File »

27 Jun, 2014
1 commit
  • br-crawl now crawlGallery
    e74469ab
    Josh Klontz authored
    2014-06-27 09:49:48 -0400  
    Browse File »