• Target version 8.6.0 of the sdk (this could stand to be generalized somehow)
    Link debug versions of the library when building debug configurations.
    When building with visual studio, pick the appropriate pre-complied library
    for the version of the compiler being used.
    caotto authored
     
    Browse Code »
  • Various changes to make the plugin consistent with the current API.
    Switch a number of data structures to QT things instead of openCV equivalents.
    Make FRsdk::OpenCVImageBody construct either an rgb or grayscale representation
    depending on input image type instead of always building both.
    Mark failure cases in both the detection and enrollment transforms.
    Allow the enrollment transform to work even if eye detection hasn't been done
    yet (the sdk will automatically do detection using the default parameters).
    caotto authored
     
    Browse Code »
  • Josh Klontz authored
     
    Browse Code »