From 6f2ffb3896f89f9f069a75cc280fdf85919387db Mon Sep 17 00:00:00 2001 From: Sebastien Dinot <sebastien.dinot@c-s.fr> Date: Fri, 22 Mar 2013 17:17:53 +0100 Subject: [PATCH] MRG --- Applications/Classification/CMakeLists.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Applications/Classification/CMakeLists.txt b/Applications/Classification/CMakeLists.txt index d496293387..1b9f1d4a79 100644 --- a/Applications/Classification/CMakeLists.txt +++ b/Applications/Classification/CMakeLists.txt @@ -16,11 +16,12 @@ OTB_CREATE_APPLICATION(NAME TrainSVMImagesClassifier OTB_CREATE_APPLICATION(NAME ValidateSVMImagesClassifier SOURCES otbValidateSVMImagesClassifier.cxx - LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning) + LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning) OTB_CREATE_APPLICATION(NAME SOMClassification SOURCES otbSOMClassification.cxx - LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning) + LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning) + OTB_CREATE_APPLICATION(NAME FusionOfClassifications SOURCES otbFusionOfClassifications.cxx LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning) @@ -29,7 +30,6 @@ OTB_CREATE_APPLICATION(NAME ComputeConfusionMatrix SOURCES otbComputeConfusionMatrix.cxx LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters) - OTB_CREATE_APPLICATION(NAME ClassificationMapRegularization SOURCES otbClassificationMapRegularization.cxx LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters) @@ -38,4 +38,8 @@ IF(OTB_USE_OPENCV) OTB_CREATE_APPLICATION(NAME TrainMachineLearningImagesClassifier SOURCES otbTrainMachineLearningImagesClassifier.cxx LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning;OTBMachineLearning) -ENDIF(OTB_USE_OPENCV) \ No newline at end of file +ENDIF(OTB_USE_OPENCV) + +OTB_CREATE_APPLICATION(NAME WPSSVMClassificationMSCM + SOURCES WPSSVMClassificationMSCM.cxx + LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters;OTBFeatureExtraction;OTBLearning) -- GitLab