Skip to content
Snippets Groups Projects
Commit f015345f authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Removing additional tests using the old API

parent b3594eb5
Branches
Tags
No related merge requests found
......@@ -4,7 +4,6 @@ set(OTBSVMLearningTests
otbSVMLearningTestDriver.cxx
otbSVMImageClassificationWithRuleFilter.cxx
otbLabelMapSVMClassifier.cxx
otbSVMModelCopyTest.cxx
otbSVMPointSetModelEstimatorTrain.cxx
otbExhaustiveExponentialOptimizerNew.cxx
otbSVMImageModelEstimatorModelAccessor.cxx
......@@ -18,7 +17,6 @@ otbSVMClassifierPointSet.cxx
otbSVMImageClassificationWithRuleFilterNew.cxx
otbSVMImageModelEstimatorTrain.cxx
otbObjectDetectionClassifier.cxx
otbSVMClassifierImage.cxx
otbSVMClassifierNew.cxx
otbSVMSampleListModelEstimatorTest.cxx
otbSVMModelAccessor.cxx
......@@ -52,13 +50,6 @@ otb_add_test(NAME obTvLabelMapSVMClassifier COMMAND otbSVMLearningTestDriver
otb_add_test(NAME obTuLabelMapSVMClassifierNew COMMAND otbSVMLearningTestDriver
otbLabelMapSVMClassifierNew)
otb_add_test(NAME leTvSVMModelCopy COMMAND otbSVMLearningTestDriver
--compare-ascii ${NOTOL} ${INPUTDATA}/svm_model
${TEMP}/svmcopymodel_test
otbSVMModelCopyTest
${INPUTDATA}/svm_model
${TEMP}/svmcopymodel_test)
otb_add_test(NAME leTvSVMPointSetModelEstimatorTrain COMMAND otbSVMLearningTestDriver
--compare-ascii ${EPSILON_3} ${BASELINE_FILES}/leTvsvm_model_pointset
......@@ -167,14 +158,6 @@ otb_add_test(NAME odTvObjectDetectionClassifier COMMAND otbSVMLearningTestDriver
5 # neighborhood radius
)
otb_add_test(NAME leTvSVMClassifierImageWithGenericKernalLinear COMMAND otbSVMLearningTestDriver
--compare-image ${NOTOL} ${BASELINE}/leTvSVMClassifierImageWithGenericKernalLinearOutput.png
${TEMP}/leTvSVMClassifierImageWithGenericKernalLinearOutput.png
otbSVMClassifierImage
${INPUTDATA}/ROI_QB_MUL_4.tif
${INPUTDATA}/svm_model_image_generic_linear
${TEMP}/leTvSVMClassifierImageWithGenericKernalLinearOutput.png)
otb_add_test(NAME leTvSVMClassifierImageOneClass COMMAND otbSVMLearningTestDriver
--compare-image ${NOTOL}
${BASELINE}/leSVMClassifierImageOneClassOutput.png
......
......@@ -4,7 +4,6 @@ void RegisterTests()
REGISTER_TEST(otbSVMImageClassificationWithRuleFilter);
REGISTER_TEST(otbLabelMapSVMClassifierNew);
REGISTER_TEST(otbLabelMapSVMClassifier);
REGISTER_TEST(otbSVMModelCopyTest);
REGISTER_TEST(otbSVMPointSetModelEstimatorTrain);
REGISTER_TEST(otbExhaustiveExponentialOptimizerNew);
REGISTER_TEST(otbSVMImageModelEstimatorModelAccessor);
......@@ -19,7 +18,6 @@ void RegisterTests()
REGISTER_TEST(otbSVMImageModelEstimatorTrain);
REGISTER_TEST(otbObjectDetectionClassifierNew);
REGISTER_TEST(otbObjectDetectionClassifier);
REGISTER_TEST(otbSVMClassifierImage);
REGISTER_TEST(otbSVMClassifierNew);
REGISTER_TEST(otbSVMSampleListModelEstimatorNew);
REGISTER_TEST(otbSVMSampleListModelEstimatorTest);
......
......@@ -22,7 +22,6 @@
#include <iostream>
#include "otbSVMSampleListModelEstimator.h"
#include "otbSVMKernels.h"
#include "otbVectorImage.h"
#include "otbImageFileReader.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment