Skip to content
Snippets Groups Projects
Commit 4facfd77 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'overlapsave_test' into 'develop'

Comment bfTvOverlapSaveConvolutionImageFilter on Win x86

See merge request orfeotoolbox/otb!531
parents bbad099b c10a735b
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@ otb_add_test(NAME bfTvConvolutionImageFilter COMMAND otbConvolutionTestDriver
)
if(ITK_USE_FFTWD)
if(MSVC AND (CMAKE_SIZEOF_VOID_P EQUAL "4"))
message(WARNING "Disable bfTvOverlapSaveConvolutionImageFilter")
else()
otb_add_test(NAME bfTvOverlapSaveConvolutionImageFilter COMMAND otbConvolutionTestDriver
--compare-image ${EPSILON_7}
${BASELINE}/bfTvConvolutionImageFilter.tif
......@@ -52,6 +56,7 @@ otb_add_test(NAME bfTvOverlapSaveConvolutionImageFilter COMMAND otbConvolutionTe
${INPUTDATA}/QB_Suburb.png
${TEMP}/bfTvOverlapSaveConvolutionImageFilter.tif
)
endif()
otb_add_test(NAME bfTvCompareOverlapSaveAndClassicalConvolutionWithGaborFilter COMMAND otbConvolutionTestDriver
--compare-image ${EPSILON_7}
......
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