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
e343fb50
Commit
e343fb50
authored
16 years ago
by
Guillaume Borrut
Browse files
Options
Downloads
Patches
Plain Diff
Mise a jour Radar => SARPolarimetry
parent
c3515a58
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Testing/Code/SARPolarimetry/CMakeLists.txt
+39
-0
39 additions, 0 deletions
Testing/Code/SARPolarimetry/CMakeLists.txt
Testing/Code/SARPolarimetry/otbRadarTests1.cxx
+1
-0
1 addition, 0 deletions
Testing/Code/SARPolarimetry/otbRadarTests1.cxx
with
40 additions
and
0 deletions
Testing/Code/SARPolarimetry/CMakeLists.txt
0 → 100755
+
39
−
0
View file @
e343fb50
IF
(
NOT OTB_DISABLE_CXX_TESTING AND BUILD_TESTING
)
SET
(
BASELINE
${
OTB_DATA_ROOT
}
/Baseline/OTB/Images
)
SET
(
BASELINE_FILES
${
OTB_DATA_ROOT
}
/Baseline/OTB/Files
)
SET
(
INPUTDATA
${
OTB_DATA_ROOT
}
/Input
)
#Images de teledetection (grosses images )
SET
(
IMAGEDATA
${
OTB_DATA_ROOT
}
/LargeInput
)
SET
(
TEMP
${
OTBTesting_BINARY_DIR
}
/Temporary
)
#Tolerance sur diff pixel image
SET
(
TOL 0.0
)
SET
(
EPSILON 0.000000000001
)
SET
(
EPSILON_10e6 0.000001
)
SET
(
RADAR_TESTS1
${
CXX_TEST_PATH
}
/otbRadarTests1
)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ otbRADAR_TESTS1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ADD_TEST
(
rdTuPolarimetricSynthesisFilterNew
${
RADAR_TESTS1
}
otbPolarimetricSynthesisFilterNew
)
# A enrichir
SET
(
RADAR_SRCS1
otbPolarimetricSynthesisFilterNew.cxx
)
INCLUDE_DIRECTORIES
(
"
${
OTBTesting_BINARY_DIR
}
"
)
ADD_EXECUTABLE
(
otbRadarTests1 otbRadarTests1.cxx
${
RADAR_SRCS1
}
)
TARGET_LINK_LIBRARIES
(
otbRadarTests1 OTBRadar OTBCommon OTBIO gdal ITKIO ITKCommon ITKBasicFilters
)
ENDIF
(
NOT OTB_DISABLE_CXX_TESTING AND BUILD_TESTING
)
This diff is collapsed.
Click to expand it.
Testing/Code/
Radar
/otbR
ADAR
Tests1.cxx
→
Testing/Code/
SARPolarimetry
/otbR
adar
Tests1.cxx
+
1
−
0
View file @
e343fb50
...
...
@@ -27,5 +27,6 @@
void
RegisterTests
()
{
REGISTER_TEST
(
otbPolarimetricSynthesisFilterNew
);
}
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