Skip to content
Snippets Groups Projects
Commit 10818c64 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

ENH: added a test for localRxDetection

parent cccc5468
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!353Local Rx detector
......@@ -73,4 +73,18 @@ otb_test_application(NAME apTvHyEndmemberNumberEstimation_elm
VALID --compare-ascii ${EPSILON_7}
${BASELINE_FILES}/aptTvHyEndmemberNumberEstimation.txt
${TEMP}/aptTvHyEndmemberNumberEstimation_elm.txt
)
\ No newline at end of file
)
#----------- LocalRxDetection TESTS ------------------------
otb_test_application(NAME apTvHyLocalRxDetection
APP LocalRxDetection
OPTIONS -in ${OTB_DATA_ROOT}/Input/Hyperspectral/synthetic/hsi_cube.tif?&bands=1:10
-out ${TEMP}/apTvHyLocalRxDetection.tif double
-irx 1
-iry 1
-erx 3
-ery 3
VALID --compare-image ${EPSILON_9}
${BASELINE}/apTvHyLocalRxDetection.tif
${TEMP}/apTvHyLocalRxDetection.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