Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
cf453b01
Commit
cf453b01
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
TEST: add longer test for LidarToImageExample (around 5 min)
parent
0acad079
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Examples/IO/CMakeLists.txt
+13
-2
13 additions, 2 deletions
Examples/IO/CMakeLists.txt
with
13 additions
and
2 deletions
Examples/IO/CMakeLists.txt
+
13
−
2
View file @
cf453b01
...
...
@@ -142,7 +142,7 @@ ADD_TEST(ExtractROITest ${EXE_TESTS1}
ADD_TEST
(
DEMToImageGeneratorTest
${
EXE_TESTS1
}
--compare-image
${
TOL
}
${
BASELINE
}
/DEMToImageGenerator.tif
${
TEMP
}
/DEMToImageGenerator.tif
DEMToImageGeneratorTest
DEMToImageGeneratorTest
${
TEMP
}
/DEMToImageGenerator.tif
${
TEMP
}
/pretty_DEMToImageGenerator.png
6.5
...
...
@@ -150,7 +150,7 @@ ADD_TEST(DEMToImageGeneratorTest ${EXE_TESTS1}
500
500
0.002
-0.002
-0.002
${
INPUTDATA
}
/DEM_srtm
)
...
...
@@ -166,6 +166,17 @@ ADD_TEST(LidarToImageExampleTest ${EXE_TESTS1}
5
4
)
ADD_TEST
(
LidarToImageExample2Test
${
EXE_TESTS1
}
--compare-image
${
TOL
}
${
BASELINE
}
/lidar-image-8.hdr
${
TEMP
}
/lidar-image-8.hdr
LidarToImageExampleTest
${
DATA
}
/TO_core_last_zoom.las
${
TEMP
}
/lidar-image-8.hdr
${
TEMP
}
/lidar-image-8.png
1.0
5
8
)
ENDIF
(
ITK_USE_REVIEW
)
ADD_EXECUTABLE
(
otbIOExamplesTests1 otbIOExamplesTests1.cxx
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment