Skip to content
Snippets Groups Projects

Transform modules

Closed Yannick TANGUY requested to merge transform_modules into develop
18 files
+ 3843
1
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -57,3 +57,33 @@ otb_create_application(
NAME LargeScaleMeanShift
SOURCES otbLargeScaleMeanShift.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
otb_create_application(
NAME ImageConnectedComponentSegmentation
SOURCES otbImageConnectedComponentSegmentation.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES} ${OTBCommon_LIBRARIES} ${OTBITK_LIBRARIES})
otb_create_application(
NAME LabelImageVectorization
SOURCES otbLabelImageVectorization.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES} ${OTBCommon_LIBRARIES} ${OTBITK_LIBRARIES})
otb_create_application(
NAME ComputePolygonsGeometricFeatures
SOURCES otbComputePolygonsGeometricFeatures.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES} ${OTBCommon_LIBRARIES} ${OTBITK_LIBRARIES})
otb_create_application(
NAME ComputePolygonsSpectralFeatures
SOURCES otbComputePolygonsSpectralFeatures.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES} ${OTBCommon_LIBRARIES} ${OTBITK_LIBRARIES})
otb_create_application(
NAME ObjectBasedFiltering
SOURCES otbObjectBasedFiltering.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES} ${OTBCommon_LIBRARIES} ${OTBITK_LIBRARIES})
otb_create_application(
NAME LargeScaleConnectedComponent
SOURCES otbLargeScaleConnectedComponent.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES} ${OTBCommon_LIBRARIES} ${OTBITK_LIBRARIES})
Loading