Commit c5269648 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: fix wrong name of image output

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -55,7 +55,7 @@ otb_add_test(NAME bfTvComputeHistoFilter COMMAND otbContrastTestDriver ...@@ -55,7 +55,7 @@ otb_add_test(NAME bfTvComputeHistoFilter COMMAND otbContrastTestDriver
${TEMP}/bfTvComputeHistoFilter.tif ${TEMP}/bfTvComputeHistoFilter.tif
otbComputeHistoFilter otbComputeHistoFilter
${INPUTDATA}/QB_Suburb.png ${INPUTDATA}/QB_Suburb.png
${TEMP}/inputHisto_QB_Suburb.tif ${TEMP}/bfTvComputeHistoFilter.tif
) )
otb_add_test(NAME bfTvComputeGainLutFilter COMMAND otbContrastTestDriver otb_add_test(NAME bfTvComputeGainLutFilter COMMAND otbContrastTestDriver
...@@ -65,7 +65,7 @@ otb_add_test(NAME bfTvComputeGainLutFilter COMMAND otbContrastTestDriver ...@@ -65,7 +65,7 @@ otb_add_test(NAME bfTvComputeGainLutFilter COMMAND otbContrastTestDriver
otbComputeGainLutFilter otbComputeGainLutFilter
${INPUTDATA}/QB_Suburb.png ${INPUTDATA}/QB_Suburb.png
${INPUTDATA}/inputHisto_QB_Suburb.tif ${INPUTDATA}/inputHisto_QB_Suburb.tif
${TEMP}/inputLut_QB_Suburb.tif ${TEMP}/bfTvComputeGainLutFilter.tif
) )
otb_add_test(NAME bfTvApplyGainFilter COMMAND otbContrastTestDriver otb_add_test(NAME bfTvApplyGainFilter COMMAND otbContrastTestDriver
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment