Commit 9be4879708f4f464c1ce876891582e9e26c76640
1 parent
eb405af4
removed unused files
Showing
2 changed files
with
0 additions
and
57 deletions
CHANGELOG.md deleted
| 1 | -0.5.0 - ??/??/?? | |
| 2 | -================ | |
| 3 | - | |
| 4 | -0.4.0 - 9/17/13 | |
| 5 | -=============== | |
| 6 | -* Added simple GUI frontend | |
| 7 | -* Added -evalLandmarking and -plotLandmarking for evaluating and plotting landmarking accuracy (#9) | |
| 8 | -* Added -evalDetection and -plotDetection for evaluating and plotting object detection accuracy (#9) | |
| 9 | -* Deprecated Transform::backProject | |
| 10 | - | |
| 11 | -0.3.0 - 5/22/13 | |
| 12 | -=============== | |
| 13 | -* Added wrapper to NEC Latent SDK | |
| 14 | -* Enrolling files/folders are now sorted naturally instead of alpha numerically | |
| 15 | -* YouTubeFacesDBTransform implements Dr. Wolf's experimental protocol | |
| 16 | -* NEC3 refactored | |
| 17 | -* Updated transform API to add support for time-varying transforms per issue (#23) | |
| 18 | -* Refactored File class to improve point and rect storage (#22) | |
| 19 | -* Added algorithm to show face detection results (#25) | |
| 20 | -* Reorganized GUI code and include paths (#31) | |
| 21 | -* 'br -daemon' to listen for commands on stdin | |
| 22 | -* Generalized 'br -convert', now requires three parameters | |
| 23 | -* Official icon, thanks @sklum! | |
| 24 | - | |
| 25 | -0.2.0 - 2/23/13 | |
| 26 | -=============== | |
| 27 | -* FaceRecognition new distance metric | |
| 28 | - - 0 to 1 range indicating match probability | |
| 29 | -* Qt 4.8 -> Qt 5.0 | |
| 30 | -* Cleaner plots generated with 'br -plot' | |
| 31 | -* Stasm and FLandmark wrappers | |
| 32 | -* Improved demographic filtering speed | |
| 33 | - - br::Context::demographicFilters -> br::Context::filters | |
| 34 | - - MetadataDistance -> FilterDistance | |
| 35 | -* PipeDistance | |
| 36 | -* ImpostorUniquenessMeasureTransform | |
| 37 | -* MatchProbabilityDistance | |
| 38 | -* CrossValidation framework | |
| 39 | - - br::Context::crossValidate | |
| 40 | - - CrossValidationTransform | |
| 41 | - - CrossValidationDistance | |
| 42 | - | |
| 43 | -0.1.0 - 1/27/13 | |
| 44 | -=============== | |
| 45 | -First official release! |
CTestConfig.cmake deleted
| 1 | -set(CTEST_PROJECT_NAME ${CPACK_PACKAGE_NAME}) | |
| 2 | -set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") | |
| 3 | - | |
| 4 | -if(NOT DEFINED CTEST_DROP_METHOD) | |
| 5 | - set(CTEST_DROP_METHOD "http") | |
| 6 | -endif() | |
| 7 | - | |
| 8 | -if(CTEST_DROP_METHOD STREQUAL "http") | |
| 9 | - set(CTEST_DROP_SITE "my.cdash.org") | |
| 10 | - set(CTEST_DROP_LOCATION "/submit.php?project=OpenBR") | |
| 11 | - set(CTEST_DROP_SITE_CDASH TRUE) | |
| 12 | -endif(CTEST_DROP_METHOD STREQUAL "http") |