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
Julien Cabieces
otb
Commits
0559d559
Commit
0559d559
authored
12 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
TEST: Changing input image in HomologousPointsExtraction application tests
parent
b8dc4eda
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
Testing/Applications/FeatureExtraction/CMakeLists.txt
+8
-6
8 additions, 6 deletions
Testing/Applications/FeatureExtraction/CMakeLists.txt
with
8 additions
and
6 deletions
Testing/Applications/FeatureExtraction/CMakeLists.txt
+
8
−
6
View file @
0559d559
...
@@ -114,8 +114,8 @@ OTB_TEST_APPLICATION(NAME apTvFEEdgeExtraction
...
@@ -114,8 +114,8 @@ OTB_TEST_APPLICATION(NAME apTvFEEdgeExtraction
OTB_TEST_APPLICATION
(
NAME apTvHomologousPointsExtractionFull
OTB_TEST_APPLICATION
(
NAME apTvHomologousPointsExtractionFull
APP HomologousPointsExtraction
APP HomologousPointsExtraction
OPTIONS -in1
${
INPUTDATA
}
/QB_T
oulouse_Ortho_PAN
.tif
OPTIONS -in1
${
INPUTDATA
}
/QB_T
OULOUSE_MUL_Extract_500_500
.tif
-in2
${
INPUTDATA
}
/QB_T
oulouse_Ortho_PAN
.tif
-in2
${
INPUTDATA
}
/QB_T
OULOUSE_MUL_Extract_500_500
.tif
-algorithm surf
-algorithm surf
-out
${
TEMP
}
/apTvHomologousPointsExtractionFull.txt
-out
${
TEMP
}
/apTvHomologousPointsExtractionFull.txt
VALID --compare-ascii
${
EPSILON_9
}
VALID --compare-ascii
${
EPSILON_9
}
...
@@ -124,15 +124,17 @@ OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionFull
...
@@ -124,15 +124,17 @@ OTB_TEST_APPLICATION(NAME apTvHomologousPointsExtractionFull
OTB_TEST_APPLICATION
(
NAME apTvHomologousPointsExtractionGeoBins
OTB_TEST_APPLICATION
(
NAME apTvHomologousPointsExtractionGeoBins
APP HomologousPointsExtraction
APP HomologousPointsExtraction
OPTIONS -in1
${
INPUTDATA
}
/QB_T
oulouse_Ortho_PAN
.tif
OPTIONS -in1
${
INPUTDATA
}
/QB_T
OULOUSE_MUL_Extract_500_500
.tif
-in2
${
INPUTDATA
}
/QB_T
oulouse_Ortho_PAN
.tif
-in2
${
INPUTDATA
}
/QB_T
OULOUSE_MUL_Extract_500_500
.tif
-algorithm surf
-algorithm surf
-mode geobins
-mode geobins
-mode.geobins.binsize
64
-mode.geobins.binsize
100
-mode.geobins.binstep
64
-mode.geobins.binstep
25
-mfilter 1
-mfilter 1
-precision 10
-precision 10
-2wgs84 1
-2wgs84 1
-elev.dem
${
INPUTDATA
}
/DEM/srtm_directory
-elev.geoid
${
INPUTDATA
}
/DEM/egm96.grd
-out
${
TEMP
}
/apTvHomologousPointsExtractionGeoBins.txt
-out
${
TEMP
}
/apTvHomologousPointsExtractionGeoBins.txt
VALID --compare-ascii
${
EPSILON_9
}
VALID --compare-ascii
${
EPSILON_9
}
${
BASELINE_FILES
}
/apTvHomologousPointsExtractionGeoBins.txt
${
BASELINE_FILES
}
/apTvHomologousPointsExtractionGeoBins.txt
...
...
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