diff --git a/Testing/Code/ObjectDetection/CMakeLists.txt b/Testing/Code/ObjectDetection/CMakeLists.txt index a675fa41ff2a57e0d803ca440c097a6a7f002a79..831d9a7af5deb2e59698e8f4727fff0c1dc47fa4 100644 --- a/Testing/Code/ObjectDetection/CMakeLists.txt +++ b/Testing/Code/ObjectDetection/CMakeLists.txt @@ -94,6 +94,19 @@ ADD_TEST(odTvObjectDetectionClassifier ${OBJECTDETECTION_TESTS1} 5 # neighborhood radius ) +ADD_TEST(odTvObjectDetectionClassifierStreaming ${OBJECTDETECTION_TESTS1} + --compare-ogr ${NOTOL} + ${BASELINE_FILES}/TvObjectDetectionClassifierOutput.shp + ${TEMP}/TvObjectDetectionClassifierOutput.shp + otbObjectDetectionClassifier + ${INPUTDATA}/ObjectReco/Boats/maur_B010202_01_extract_amplitude.tif + ${INPUTDATA}/ObjectReco/Boats/FeatureStats_RadiometricMoments_amplitude.xml + ${BASELINE_FILES}/TvDescriptorsSVMModelCreation.svm + ${TEMP}/TvObjectDetectionClassifierOutput.shp + 50 # streaming + 5 # neighborhood radius + ) + # A enrichir SET(ObjectDetection_SRCS1 otbObjectDetectionTests1.cxx