Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
c10a735b
Commit
c10a735b
authored
Jun 25, 2019
by
Guillaume Pasero
Browse files
TEST: comment bfTvOverlapSaveConvolutionImageFilter on Win x86
parent
bbad099b
Pipeline
#1950
passed with stages
in 53 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Modules/Filtering/Convolution/test/CMakeLists.txt
View file @
c10a735b
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment