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
27 Jun, 2013
1 commit
  • Fix IndependentTransform's transform property reset
    011017d3
    caotto authored
    2013-06-27 15:59:46 -0400  
    Browse Code »

25 Jun, 2013
4 commits
  • Add a few transforms to misc.cpp ...
    aebd450c
    Save and Restore mat are used to transfer a template's matrix to metadata/copy
    a matrix in metadata to the template's main matrix. This is useful in e.g.
    visualization applications.
    
    Add a transform to expand the size of detected rects by some factor.
    Charles Otto authored
    2013-06-25 14:48:00 -0400  
    Browse Code »
  • Fix pp5 support for handling multiple detections
    7b411cc3
    Charles Otto authored
    2013-06-25 14:41:33 -0400  
    Browse Code »
  • Add an option to draw on images without cloning them ...
    7195a8fa
    Add an inPlace argument to draw, and add a couple transforms for drawing the
    values of properties at some named point on an image.
    
    The inPlace argument (default false) controls whether or not an image is cloned
    before it is drawn on. Not cloning the image means the transforms doesn't
    exactly obey the const modifier on the input template (since it alters the
    values pointed at by that matrix), which could lead to unexpected results in
    some scenarios.
    
    On the other hand, the clone operation is wasteful in some cases, and also not
    cloning can be useful in scenarios such as drawing a set of detections
    represented by different templates on the same image, so as a compromise we
    have a default off option to draw in place.
    Charles Otto authored
    2013-06-25 14:35:47 -0400  
    Browse Code »
  • Make single template vs. gallery compare virtual
    bc2d76c0
    Charles Otto authored
    2013-06-25 14:22:59 -0400  
    Browse Code »

14 Jun, 2013
1 commit
  • Fixed outdated plugin doc
    5f550074
    Scott Klum authored
    2013-06-14 10:18:57 -0400  
    Browse Code »

13 Jun, 2013
1 commit
  • Added Retain Transform, which retains on listed key/value pairs in a File's local metadata
    0306db67
    Scott Klum authored
    2013-06-13 13:03:57 -0400  
    Browse Code »

11 Jun, 2013
1 commit
  • Fixed GUI bug
    0978a74d
    Scott Klum authored
    2013-06-11 10:33:33 -0400  
    Browse Code »

29 May, 2013
1 commit
  • removed ct8
    367ec95d
    Josh Klontz authored
    2013-05-29 14:20:54 -0400  
    Browse Code »

27 May, 2013
4 commits
  • Merge pull request #55 from biometrics/pp5_rework ...
    14131484
    Changes to PP5Enroll, proposed fix to #54
    jklontz authored
    2013-05-27 19:10:00 -0700  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr into pp5_rework
    c0b68a0f
    Charles Otto authored
    2013-05-27 21:53:21 -0400  
    Browse Code »
  • Merge pull request #53 from biometrics/local_remap ...
    da345e9d
    Changes to subject/label
    jklontz authored
    2013-05-27 08:03:46 -0700  
    Browse Code »
  • Update models ref
    dc645cee
    Charles Otto authored
    2013-05-27 10:29:20 -0400  
    Browse Code »

24 May, 2013
1 commit
  • Merge branch 'master' of https://github.com/biometrics/openbr into local_remap
    02c974c6
    Charles Otto authored
    2013-05-24 11:37:38 -0400  
    Browse Code »

23 May, 2013
2 commits
  • started a page describing the algorithm grammar
    9e34c2c0
    Josh Klontz authored
    2013-05-23 21:53:19 -0400  
    Browse Code »
  • removed NEC wrappers
    6349b9cf
    Josh Klontz authored
    2013-05-23 14:32:48 -0400  
    Browse Code »

22 May, 2013
12 commits
  • bumped version number
    b2d2cf68
    Josh Klontz authored
    2013-05-22 22:50:57 -0400  
    Browse Code »
  • added missing icon formats
    df87b26c
    Josh Klontz authored
    2013-05-22 22:14:19 -0400  
    Browse Code »
  • new icons
    8307d32e
    Josh Klontz authored
    2013-05-22 22:02:19 -0400  
    Browse Code »
  • Added alpha version of logo, resize to 256x256
    daf368fd
    Scott Klum authored
    2013-05-22 17:54:52 -0700  
    Browse Code »
  • Spacing
    190cf029
    Scott Klum authored
    2013-05-22 15:56:39 -0700  
    Browse Code »
  • Added logo
    5d2227d6
    Scott Klum authored
    2013-05-22 15:04:20 -0700  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    287b6a2e
    Scott Klum authored
    2013-05-22 14:10:24 -0700  
    Browse Code »
  • changed license installation convention
    92755d35
    Josh Klontz authored
    2013-05-22 15:21:12 -0400  
    Browse Code »
  • doc tweaks
    2a7d9900
    Josh Klontz authored
    2013-05-22 12:58:36 -0400  
    Browse Code »
  • updated mingw64 build instructions
    befbbe54
    Josh Klontz authored
    2013-05-22 12:52:32 -0400  
    Browse Code »
  • added missing dependency
    4b05551c
    Josh Klontz authored
    2013-05-22 12:45:06 -0400  
    Browse Code »
  • removed spurious debug statements
    c4484f89
    Josh Klontz authored
    2013-05-22 12:30:48 -0400  
    Browse Code »

21 May, 2013
4 commits
  • Rework the PP5 plugin to actually support multiple face detection ...
    7338c177
    Set detect_base_face_only based on enrollAll (per-file enrollAll is not
    supported).
    Implement project(templatelist) rather than project(template), when enrollAll
    is set, output multiple templates, one for each detected face, with associated
    metadata.
    Charles Otto authored
    2013-05-21 13:33:32 -0400  
    Browse Code »
  • added qmake tutorial
    2d2e187e
    Josh Klontz authored
    2013-05-21 13:12:23 -0400  
    Browse Code »
  • don't think we need these matlab files anymore
    ae97da13
    Josh Klontz authored
    2013-05-21 11:40:31 -0400  
    Browse Code »
  • New logo design
    4d6c2fb7
    Scott Klum authored
    2013-05-21 10:04:59 -0400  
    Browse Code »

20 May, 2013
8 commits
  • Drop pixel.cpp, it is currently unmaintained (and broken by recent changes)
    cd5c1964
    Charles Otto authored
    2013-05-20 21:41:32 -0400  
    Browse Code »
  • Added mottled version
    3fdeded5
    Scott Klum authored
    2013-05-20 21:33:09 -0400  
    Browse Code »
  • Merge branch 'master' of https://github.com/biometrics/openbr
    1f1f34d3
    Scott Klum authored
    2013-05-20 21:18:02 -0400  
    Browse Code »
  • Remove some special casing of label and some dated comments ...
    3f09f0ba
    Remove special casing of label in cache, and getCSVElement
    Charles Otto authored
    2013-05-20 21:12:17 -0400  
    Browse Code »
  • Remove special casing of "Subject" in MatrixOutput::toString
    4fd55360
    Charles Otto authored
    2013-05-20 21:00:54 -0400  
    Browse Code »
  • Rename collectValues to get, add a values method ...
    e6c2e195
    These names mirroring File functionality.
    Fixed SVMDistance
    dropped unnecessary second relabel in LDATransform::train
    Charles Otto authored
    2013-05-20 20:55:11 -0400  
    Browse Code »
  • Fix evalClassification output
    39d1c697
    Charles Otto authored
    2013-05-20 20:49:37 -0400  
    Browse Code »
  • Thinner logo
    a222b5ba
    Scott Klum authored
    2013-05-20 20:48:03 -0400  
    Browse Code »