Merged nldiffusion functions into one module with removal of duplicate functions

This commit is contained in:
Ievgen Khvedchenia
2014-05-01 22:24:15 +03:00
parent 2df7242646
commit 9fc90f4069
6 changed files with 77 additions and 437 deletions

View File

@@ -177,4 +177,4 @@ TEST(Features2d_Detector_Keypoints_AKAZE, validation)
{
CV_FeatureDetectorKeypointsTest test(Algorithm::create<FeatureDetector>("Feature2D.AKAZE"));
test.safe_run();
}
}