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
aecf7caa
Commit
aecf7caa
authored
Jun 26, 2019
by
Guillaume Pasero
Browse files
MRG: Synchronize with branch develop
parents
217d20fc
4facfd77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Filtering/Convolution/test/CMakeLists.txt
View file @
aecf7caa
...
...
@@ -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