diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 119ab3a..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,45 +0,0 @@ -0.5.0 - ??/??/?? -================ - -0.4.0 - 9/17/13 -=============== -* Added simple GUI frontend -* Added -evalLandmarking and -plotLandmarking for evaluating and plotting landmarking accuracy (#9) -* Added -evalDetection and -plotDetection for evaluating and plotting object detection accuracy (#9) -* Deprecated Transform::backProject - -0.3.0 - 5/22/13 -=============== -* Added wrapper to NEC Latent SDK -* Enrolling files/folders are now sorted naturally instead of alpha numerically -* YouTubeFacesDBTransform implements Dr. Wolf's experimental protocol -* NEC3 refactored -* Updated transform API to add support for time-varying transforms per issue (#23) -* Refactored File class to improve point and rect storage (#22) -* Added algorithm to show face detection results (#25) -* Reorganized GUI code and include paths (#31) -* 'br -daemon' to listen for commands on stdin -* Generalized 'br -convert', now requires three parameters -* Official icon, thanks @sklum! - -0.2.0 - 2/23/13 -=============== -* FaceRecognition new distance metric - - 0 to 1 range indicating match probability -* Qt 4.8 -> Qt 5.0 -* Cleaner plots generated with 'br -plot' -* Stasm and FLandmark wrappers -* Improved demographic filtering speed - - br::Context::demographicFilters -> br::Context::filters - - MetadataDistance -> FilterDistance -* PipeDistance -* ImpostorUniquenessMeasureTransform -* MatchProbabilityDistance -* CrossValidation framework - - br::Context::crossValidate - - CrossValidationTransform - - CrossValidationDistance - -0.1.0 - 1/27/13 -=============== -First official release! diff --git a/CTestConfig.cmake b/CTestConfig.cmake deleted file mode 100644 index e5935c7..0000000 --- a/CTestConfig.cmake +++ /dev/null @@ -1,12 +0,0 @@ -set(CTEST_PROJECT_NAME ${CPACK_PACKAGE_NAME}) -set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") - -if(NOT DEFINED CTEST_DROP_METHOD) - set(CTEST_DROP_METHOD "http") -endif() - -if(CTEST_DROP_METHOD STREQUAL "http") - set(CTEST_DROP_SITE "my.cdash.org") - set(CTEST_DROP_LOCATION "/submit.php?project=OpenBR") - set(CTEST_DROP_SITE_CDASH TRUE) -endif(CTEST_DROP_METHOD STREQUAL "http")