Skip to content
Snippets Groups Projects
Commit 54b9159a authored by Christophe Palmann's avatar Christophe Palmann
Browse files

ENH: added new application for performing polarimetric matrices conversions (SAR)

parent 7b705982
No related branches found
No related tags found
No related merge requests found
project(OTBAppSARConvert)
otb_module_impl()
set(OTBAppFiltering_LINK_LIBS
${OTBPolarimetry_LIBRARIES}
${OTBImageManipulation_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBImageBase_LIBRARIES}
)
otb_create_application(
NAME SARConvert
SOURCES otbSARConvert.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
This diff is collapsed.
set(DOCUMENTATION "Basic filters application.")
otb_module(OTBAppSARConvert
DEPENDS
OTBPolarimetry
OTBImageManipulation
OTBITK
OTBApplicationEngine
OTBImageBase
TEST_DEPENDS
OTBTestKernel
OTBCommandLine
DESCRIPTION
"${DOCUMENTATION}"
)
otb_module_test()
#----------- SARConvert TESTS ----------------
otb_test_application(NAME apTvSARConvert
APP SARConvert
OPTIONS
-inhh ${INPUTDATA}/RSAT_imageryC_HH.tif
-inhv ${INPUTDATA}/RSAT_imageryC_HV.tif
-invv ${INPUTDATA}/RSAT_imageryC_VV.tif
-conv msinclairtocoherency
-outc ${TEMP}/apTvConvCoherency.tif
VALID --compare-image ${EPSILON_7}
${BASELINE}/apTvReciprocalHAlpha.tif
${TEMP}/apTvConvCoherency.tif)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment