Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lozac'h Loic
otbtf
Commits
c51f8e1c
Commit
c51f8e1c
authored
Jul 18, 2018
by
remi cresson
Browse files
ADD: new application for dense polygon class statistics
parent
4298a8c6
Changes
2
Show whitespace changes
Inline
Side-by-side
app/CMakeLists.txt
View file @
c51f8e1c
...
@@ -30,3 +30,7 @@ OTB_CREATE_APPLICATION(NAME LabelImageSampleSelection
...
@@ -30,3 +30,7 @@ OTB_CREATE_APPLICATION(NAME LabelImageSampleSelection
SOURCES otbLabelImageSampleSelection.cxx
SOURCES otbLabelImageSampleSelection.cxx
LINK_LIBRARIES
${
OTBCOMMON_LIBRARIES
}
LINK_LIBRARIES
${
OTBCOMMON_LIBRARIES
}
)
)
OTB_CREATE_APPLICATION
(
NAME DensePolygonClassStatistics
SOURCES otbDensePolygonClassStatistics.cxx
LINK_LIBRARIES
${
OTBCOMMON_LIBRARIES
}
)
otb-module.cmake
View file @
c51f8e1c
...
@@ -9,6 +9,9 @@ otb_module(OTBTensorflow
...
@@ -9,6 +9,9 @@ otb_module(OTBTensorflow
OTBExtendedFilename
OTBExtendedFilename
OTBImageIO
OTBImageIO
OTBSupervised
OTBSupervised
OTBIOXML
OTBConversion
OTBStatistics
TEST_DEPENDS
TEST_DEPENDS
OTBTestKernel
OTBTestKernel
OTBCommandLine
OTBCommandLine
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment