Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
f030e2c2
Commit
f030e2c2
authored
Jul 08, 2015
by
Christophe Palmann
Committed by
Guillaume Pasero
Jul 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TEST: inputs/baselines in tif instead of png
parent
06cbb9fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Examples/BasicFilters/test/CMakeLists.txt
Examples/BasicFilters/test/CMakeLists.txt
+8
-8
No files found.
Examples/BasicFilters/test/CMakeLists.txt
View file @
f030e2c2
...
...
@@ -3,11 +3,11 @@ set(INPUTDATA ${OTB_DATA_ROOT}/Examples)
otb_add_test
(
NAME bfTeLeeImageFilterTest COMMAND
${
OTB_TEST_DRIVER
}
--compare-n-images
${
NOTOL
}
1
${
BASELINE
}
/GomaSmallLeeFiltered.
png
${
TEMP
}
/GomaSmallLeeFiltered.
png
${
BASELINE
}
/GomaSmallLeeFiltered.
tif
${
TEMP
}
/GomaSmallLeeFiltered.
tif
Execute $<TARGET_FILE:LeeImageFilter>
${
INPUTDATA
}
/GomaSmall.
png
${
TEMP
}
/GomaSmallLeeFiltered.
png
${
INPUTDATA
}
/GomaSmall.
tif
${
TEMP
}
/GomaSmallLeeFiltered.
tif
3 1
)
...
...
@@ -15,11 +15,11 @@ otb_add_test(NAME bfTeLeeImageFilterTest COMMAND ${OTB_TEST_DRIVER}
otb_add_test
(
NAME bfTeFrostImageFilterTest COMMAND
${
OTB_TEST_DRIVER
}
--compare-n-images
${
NOTOL
}
1
${
BASELINE
}
/GomaSmallFrostFiltered.
png
${
TEMP
}
/GomaSmallFrostFiltered.
png
${
BASELINE
}
/GomaSmallFrostFiltered.
tif
${
TEMP
}
/GomaSmallFrostFiltered.
tif
Execute $<TARGET_FILE:FrostImageFilter>
${
INPUTDATA
}
/GomaSmall.
png
${
TEMP
}
/GomaSmallFrostFiltered.
png
${
INPUTDATA
}
/GomaSmall.
tif
${
TEMP
}
/GomaSmallFrostFiltered.
tif
5 0.1
)
...
...
Write
Preview
Markdown
is supported
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