Skip to content
Snippets Groups Projects
Commit 4a32fae0 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: add libSVM wrapper for new MachineLearning model architecture (need to bind parameters)

parent 5fad856b
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ FILE(GLOB OTBMachineLearning_SRCS "*.cxx" )
ADD_LIBRARY(OTBMachineLearning ${OTBMachineLearning_SRCS})
MESSAGE("LIBS: ${OpenCV_LIBS}")
TARGET_LINK_LIBRARIES (OTBMachineLearning OTBCommon ${OpenCV_LIBS})
TARGET_LINK_LIBRARIES (OTBMachineLearning OTBCommon OTBLearning ${OpenCV_LIBS})
IF(OTB_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(OTBMachineLearning PROPERTIES ${OTB_LIBRARY_PROPERTIES})
ENDIF(OTB_LIBRARY_PROPERTIES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment