Skip to content
Snippets Groups Projects
Commit ef4e4d53 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

TEST: add test about continuous method in ColorMapping app

parent f7462d12
No related branches found
No related tags found
No related merge requests found
......@@ -291,3 +291,17 @@ OTB_TEST_APPLICATION(NAME apTvUtPixelValue
${BASELINE_FILES}/apTvUtPixelValue.txt
${TEMP}/apTvUtPixelValue.txt
)
#--- ColorMapping ---
OTB_TEST_APPLICATION(NAME apTvUtColorMappingContinuousLUTJet
APP ColorMapping
OPTIONS -in ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif
-method continuous
-method.continuous.lut jet
-method.continuous.min 100
-method.continuous.max 500
-out ${TEMP}/QB_Toulouse_Ortho_PAN_LUTJet.tif uint8
VALID --compare-ascii ${EPSILON_7}
${BASELINE}/apTvUtColorMappingContinuousLUTJet.tif
${TEMP}/QB_Toulouse_Ortho_PAN_LUTJet.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