Skip to content
Snippets Groups Projects
Commit 1fe7a5ee authored by Julien Michel's avatar Julien Michel
Browse files

Essai de correction des tests en erreurs sur les autres plateformes.

parent 8e0dd6cb
No related branches found
No related tags found
No related merge requests found
......@@ -22,14 +22,14 @@ ADD_TEST(msTuMorphoPyrResamplerNew ${MULTISCALE_TESTS}
ADD_TEST(msTvMorphoPyrResampler ${MULTISCALE_TESTS}
--compare-n-images ${TOL} 2
${BASELINE}/msPyrResampler_IKO_LesHalles_256_2.tif
${TEMP}/msPyrResampler_IKO_LesHalles_256_2.tif
${BASELINE}/msPyrResampler_IKO_LesHalles_full.tif
${TEMP}/msPyrResampler_IKO_LesHalles_full.tif
${BASELINE}/msPyrResampler_IKO_LesHalles_256_2.hdr
${TEMP}/msPyrResampler_IKO_LesHalles_256_2.hdr
${BASELINE}/msPyrResampler_IKO_LesHalles_full.hdr
${TEMP}/msPyrResampler_IKO_LesHalles_full.hdr
otbMorphologicalPyramidResampler
${INPUTDATA}/ROI_IKO_PAN_LesHalles.tif
${TEMP}/msPyrResampler_IKO_LesHalles_256_2.tif
${TEMP}/msPyrResampler_IKO_LesHalles_full.tif
${TEMP}/msPyrResampler_IKO_LesHalles_256_2.hdr
${TEMP}/msPyrResampler_IKO_LesHalles_full.hdr
256
256
)
......
......@@ -32,8 +32,8 @@ int otbMorphologicalPyramidResampler(int argc, char * argv[])
const unsigned int size_y = atoi(argv[5]);
const unsigned int Dimension = 2;
typedef unsigned char InputPixelType;
typedef unsigned char OutputPixelType;
typedef double InputPixelType;
typedef double OutputPixelType;
typedef otb::Image<InputPixelType,Dimension> InputImageType;
typedef otb::Image<OutputPixelType,Dimension> OutputImageType;
......
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