diff --git a/Applications/Classification/CMakeLists.txt b/Applications/Classification/CMakeLists.txt index d496293387e38410295072701689e37c1ce96948..1b9f1d4a794135add84c690acbf9e9e27eb329e8 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)