Skip to content
Snippets Groups Projects

Local Rx detector

Merged Cédric Traizet requested to merge local_rx_detector into develop
All threads resolved!
Files
10
@@ -28,7 +28,13 @@ otb_create_application(
SOURCES otbVertexComponentAnalysis.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
otb_create_application(
NAME LocalRxDetection
SOURCES otbLocalRxDetection.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
otb_create_application(
NAME EndmemberNumberEstimation
SOURCES otbEndmemberNumberEstimation.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
Loading