Skip to content
Snippets Groups Projects
Commit 67ff4978 authored by Julien Malik's avatar Julien Malik
Browse files

MRG

parents 517fe491 c53c6c53
Branches
Tags
No related merge requests found
...@@ -74,7 +74,6 @@ ADD_TEST(leTuSVMImageModelEstimatorNew ${LEARNING_TESTS1} ...@@ -74,7 +74,6 @@ ADD_TEST(leTuSVMImageModelEstimatorNew ${LEARNING_TESTS1}
ADD_TEST(leTvSVMImageModelEstimatorTrain ${LEARNING_TESTS1} ADD_TEST(leTvSVMImageModelEstimatorTrain ${LEARNING_TESTS1}
--compare-ascii ${EPSILON_3} ${BASELINE_FILES}/leTvsvm_model_image --compare-ascii ${EPSILON_3} ${BASELINE_FILES}/leTvsvm_model_image
${TEMP}/leTvsvm_model_image ${TEMP}/leTvsvm_model_image
--ignore-lines-with 2 probA probB
otbSVMImageModelEstimatorTrain otbSVMImageModelEstimatorTrain
${INPUTDATA}/ROI_QB_MUL_4.tif ${INPUTDATA}/ROI_QB_MUL_4.tif
${INPUTDATA}/ROI_QB_MUL_4_train.c1.hdr ${INPUTDATA}/ROI_QB_MUL_4_train.c1.hdr
...@@ -84,7 +83,6 @@ ADD_TEST(leTvSVMImageModelEstimatorTrain ${LEARNING_TESTS1} ...@@ -84,7 +83,6 @@ ADD_TEST(leTvSVMImageModelEstimatorTrain ${LEARNING_TESTS1}
ADD_TEST(leTlSVMImageModelEstimatorTrainWithOptimization ${LEARNING_TESTS1} ADD_TEST(leTlSVMImageModelEstimatorTrainWithOptimization ${LEARNING_TESTS1}
--compare-ascii ${EPSILON_3} ${BASELINE_FILES}/leTvsvm_model_image_opt --compare-ascii ${EPSILON_3} ${BASELINE_FILES}/leTvsvm_model_image_opt
${TEMP}/leTvsvm_model_image_opt ${TEMP}/leTvsvm_model_image_opt
--ignore-lines-with 2 probA probB
otbSVMImageModelEstimatorTrain otbSVMImageModelEstimatorTrain
${INPUTDATA}/ROI_QB_MUL_4.tif ${INPUTDATA}/ROI_QB_MUL_4.tif
${INPUTDATA}/ROI_QB_MUL_4_train.c1.hdr ${INPUTDATA}/ROI_QB_MUL_4_train.c1.hdr
...@@ -120,7 +118,6 @@ ADD_TEST(leTuSVMPointSetModelEstimatorNew ${LEARNING_TESTS2} ...@@ -120,7 +118,6 @@ ADD_TEST(leTuSVMPointSetModelEstimatorNew ${LEARNING_TESTS2}
ADD_TEST(leTvSVMPointSetModelEstimatorTrain ${LEARNING_TESTS2} ADD_TEST(leTvSVMPointSetModelEstimatorTrain ${LEARNING_TESTS2}
--compare-ascii ${EPSILON_3} ${BASELINE_FILES}/leTvsvm_model_pointset --compare-ascii ${EPSILON_3} ${BASELINE_FILES}/leTvsvm_model_pointset
${TEMP}/leTvsvm_model_pointset ${TEMP}/leTvsvm_model_pointset
--ignore-lines-with 2 probA probB
otbSVMPointSetModelEstimatorTrain otbSVMPointSetModelEstimatorTrain
${TEMP}/leTvsvm_model_pointset) ${TEMP}/leTvsvm_model_pointset)
...@@ -133,7 +130,6 @@ ADD_TEST(leTvSVMSampleListModelEstimatorTest ${LEARNING_TESTS2} ...@@ -133,7 +130,6 @@ ADD_TEST(leTvSVMSampleListModelEstimatorTest ${LEARNING_TESTS2}
--compare-ascii ${EPSILON_9} --compare-ascii ${EPSILON_9}
${BASELINE_FILES}/leTvSVMSampleListModelEstimatorModel.txt ${BASELINE_FILES}/leTvSVMSampleListModelEstimatorModel.txt
${TEMP}/leTvSVMSampleListModelEstimatorModel.txt ${TEMP}/leTvSVMSampleListModelEstimatorModel.txt
--ignore-lines-with 2 probA probB
otbSVMSampleListModelEstimatorTest otbSVMSampleListModelEstimatorTest
${EXAMPLEDATA}/qb_RoadExtract.tif ${EXAMPLEDATA}/qb_RoadExtract.tif
${EXAMPLEDATA}/qb_RoadExtract_easyClassification.shp ${EXAMPLEDATA}/qb_RoadExtract_easyClassification.shp
...@@ -406,7 +402,6 @@ FOREACH(kernelType RANGE 0 14) ...@@ -406,7 +402,6 @@ FOREACH(kernelType RANGE 0 14)
--compare-ascii ${EPSILON_9} --compare-ascii ${EPSILON_9}
${BASELINE_FILES}/leTvSVMKernelTest${kernelType}.txt ${BASELINE_FILES}/leTvSVMKernelTest${kernelType}.txt
${TEMP}/leTvSVMKernelTest${kernelType}.txt ${TEMP}/leTvSVMKernelTest${kernelType}.txt
--ignore-lines-with 2 probA probB
otbSVMKernelsTest otbSVMKernelsTest
${EXAMPLEDATA}/qb_RoadExtract.tif ${EXAMPLEDATA}/qb_RoadExtract.tif
${EXAMPLEDATA}/qb_RoadExtract_easyClassification.shp ${EXAMPLEDATA}/qb_RoadExtract_easyClassification.shp
......
...@@ -232,8 +232,10 @@ ADD_TEST(FA-0000132-jpg ${CXX_TEST_PATH}/0000132-jpg ...@@ -232,8 +232,10 @@ ADD_TEST(FA-0000132-jpg ${CXX_TEST_PATH}/0000132-jpg
) )
ENDIF(OTB_USE_VISU_GUI) ENDIF(OTB_USE_VISU_GUI)
IF(USE_FFTWD OR USE_FFTWF)
ADD_TEST(FA-0000169-fftcomplextocomplex ${CXX_TEST_PATH}/0000169-fftcomplextocomplex ADD_TEST(FA-0000169-fftcomplextocomplex ${CXX_TEST_PATH}/0000169-fftcomplextocomplex
) )
ENDIF(USE_FFTWD OR USE_FFTWF)
# ------- Vectorization issue ----------------------------------- # ------- Vectorization issue -----------------------------------
# FIXME Desactivated until http://bugs.orfeo-toolbox.org/view.php?id=94 # FIXME Desactivated until http://bugs.orfeo-toolbox.org/view.php?id=94
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment