Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Commits
dd56f8b7
Commit
dd56f8b7
authored
7 years ago
by
Antoine Regimbeau
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of
https://git.orfeo-toolbox.org/git/otb
into dynamic_convert
parents
4cb5e4ad
26e6b813
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Modules/Applications/AppClassification/app/CMakeLists.txt
+6
-4
6 additions, 4 deletions
Modules/Applications/AppClassification/app/CMakeLists.txt
Modules/Applications/AppClassification/app/otbKMeansClassification.cxx
+2
-0
2 additions, 0 deletions
...cations/AppClassification/app/otbKMeansClassification.cxx
with
8 additions
and
4 deletions
Modules/Applications/AppClassification/app/CMakeLists.txt
+
6
−
4
View file @
dd56f8b7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Modules/Applications/AppClassification/app/otbKMeansClassification.cxx
+
2
−
0
View file @
dd56f8b7
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment