Skip to content
Snippets Groups Projects
Commit dd56f8b7 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Merge branch 'develop' of https://git.orfeo-toolbox.org/git/otb into dynamic_convert

parents 4cb5e4ad 26e6b813
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,12 @@ otb_create_application(
SOURCES otbComputePolylineFeatureFromImage.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
otb_create_application(
NAME KMeansClassification
SOURCES otbKMeansClassification.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
if(OTB_USE_SHARK)
otb_create_application(
NAME KMeansClassification
SOURCES otbKMeansClassification.cxx
LINK_LIBRARIES ${${otb-module}_LIBRARIES})
endif()
otb_create_application(
NAME TrainImagesClassifier
......
......@@ -405,6 +405,8 @@ private:
"KMeansClassification is a composite application, "
"using an existing training and classification application."
"The SharkKMeans model is used.\n"
"KMeansClassification application is only available if OTB is compiled with Shark support"
"(CMake option OTB_USE_SHARK=ON)\n"
"The steps of this composite application :\n"
"1) ImageEnveloppe : create a shapefile (1 polygon),\n"
"2) PolygonClassStatistics : compute the statistics,\n"
......
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