Skip to content
Snippets Groups Projects
Commit 7d1d1a12 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

TEST: Remove confidence image test for shark k-means.

shark k-means do not provide confidence map (for now).
parent ca871c6e
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,9 @@ set_property(TEST leTvSharkKMeansMachineLearningModelCanReadFail PROPERTY WILL_F
otb_add_test(NAME leTvImageClassificationFilterSharkKMeans COMMAND otbUnsupervisedTestDriver
--compare-n-images ${NOTOL} 2
--compare-n-images ${NOTOL} 1
${BASELINE}/leSharkUnsupervisedImageClassificationFilterOutput.tif
${TEMP}/leSharkUnsupervisedImageClassificationFilterOutput.tif
${BASELINE}/leSharkUnsupervisedImageClassificationFilterConfidence.tif
${TEMP}/leSharkUnsupervisedImageClassificationFilterConfidence.tif
otbSharkUnsupervisedImageClassificationFilter
${INPUTDATA}/Classification/QB_1_ortho.tif
${TEMP}/leSharkUnsupervisedImageClassificationFilterOutput.tif
......@@ -47,11 +45,9 @@ otb_add_test(NAME leTvImageClassificationFilterSharkKMeans COMMAND otbUnsupervi
otb_add_test(NAME leTvImageClassificationFilterSharkKMeansMask COMMAND otbUnsupervisedTestDriver
--compare-n-images ${NOTOL} 2
--compare-n-images ${NOTOL} 1
${BASELINE}/leSharkUnsupervisedImageClassificationFilterWithMaskOutput.tif
${TEMP}/leSharkUnsupervisedImageClassificationFilterWithMaskOutput.tif
${BASELINE}/leSharkUnsupervisedImageClassificationFilterWithMaskConfidence.tif
${TEMP}/leSharkUnsupervisedImageClassificationFilterWithMaskConfidence.tif
otbSharkUnsupervisedImageClassificationFilter
${INPUTDATA}/Classification/QB_1_ortho.tif
${TEMP}/leSharkUnsupervisedImageClassificationFilterWithMaskOutput.tif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment