Skip to content
Snippets Groups Projects
Commit 5108d0d9 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

TEST: added HaralickTextureExtraction application test

parent f5fab7eb
No related branches found
No related tags found
No related merge requests found
......@@ -19,4 +19,14 @@ OTB_TEST_APPLICATION(NAME apTvFeLineSegmentDetectionNoRescale
${OTBAPP_BASELINE_FILES}/feTvLineSegmentDetection_LI_NoRescale.shp
${TEMP}/feTvLineSegmentDetection_LI_NoRescale.shp)
ENDIF(OTB_DATA_USE_LARGEINPUT)
\ No newline at end of file
ENDIF(OTB_DATA_USE_LARGEINPUT)
OTB_TEST_APPLICATION(NAME apTvFEHaralickTextureExtraction
APP HaralickTextureExtraction
OPTIONS -in ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif -channel 1
-har.out ${TEMP}/apTvFEHaralickTextureExtraction.tif
-parameters.min 127
-parameters.max 1578
VALID --compare-image ${NOTOL}
${BASELINE}/apTvFEHaralickTextureExtraction.tif
${TEMP}/apTvFEHaralickTextureExtraction.tif)
\ No newline at end of file
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