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

TEST: Update ComputeConfusionMatrix nodatalabel for cmake Tests.

parent 5997706b
No related branches found
No related tags found
No related merge requests found
......@@ -405,7 +405,8 @@ otb_test_application(NAME apTvComputeConfusionMatrixExtraReferenceLabelsR
OPTIONS -in ${INPUTDATA}/Classification/QB_1_ortho_C7.tif
-ref raster
-ref.raster.in ${INPUTDATA}/Classification/clLabeledImageQB456_1_NoData_255.tif
-nodatalabel 255
-refnodatalabel 255
-prodnodatalabel 255
-out ${TEMP}/apTvComputeConfusionMatrixExtraRefLabelsROut.csv
VALID --compare-ascii ${NOTOL}
${OTBAPP_BASELINE_FILES}/apTvComputeConfusionMatrixExtraRefLabelsROut.csv
......@@ -416,7 +417,8 @@ otb_test_application(NAME apTvComputeConfusionMatrixR
OPTIONS -in ${OTBAPP_BASELINE}/clLabeledImageQB123_1.tif
-ref raster
-ref.raster.in ${INPUTDATA}/Classification/clLabeledImageQB456_1_NoData_255.tif
-nodatalabel 255
-refnodatalabel 255
-prodnodatalabel 255
-out ${TEMP}/apTvComputeConfusionMatrixTconfusionROut.csv
VALID --compare-ascii ${NOTOL}
${OTBAPP_BASELINE_FILES}/apTvComputeConfusionMatrixTconfusionROut.csv
......@@ -427,7 +429,8 @@ otb_test_application(NAME apTvComputeConfusionMatrixExtraProducedLabelsR
OPTIONS -in ${INPUTDATA}/Classification/clLabeledImageQB456_1_NoData_255.tif
-ref raster
-ref.raster.in ${INPUTDATA}/Classification/QB_1_ortho_C8.tif
-nodatalabel 255
-refnodatalabel 255
-prodnodatalabel 255
-out ${TEMP}/apTvComputeConfusionMatrixExtraProdLabelsROut.csv
VALID --compare-ascii ${NOTOL}
${OTBAPP_BASELINE_FILES}/apTvComputeConfusionMatrixExtraProdLabelsROut.csv
......@@ -440,6 +443,8 @@ otb_test_application(NAME apTvComputeContingencyTableExtraProducedLabelsR
OPTIONS -in ${INPUTDATA}/Classification/clLabeledImageQB456_1_NoData_255.tif
-ref raster
-ref.raster.in ${INPUTDATA}/Classification/QB_1_ortho_C8.tif
-refnodatalabel 255
-prodnodatalabel 255
-format contingencytable
-out ${TEMP}/apTvComputeContingencyTableExtraProdLabelsROut.csv
VALID --compare-ascii ${NOTOL}
......
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