Skip to content
Snippets Groups Projects
Commit 6820b48a authored by Jordi Inglada's avatar Jordi Inglada
Browse files

Exemple SVM multiclass

parent a04ae3a6
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,8 @@ SET( OTB_EXAMPLES_SRCS ...@@ -196,7 +196,8 @@ SET( OTB_EXAMPLES_SRCS
${OTB_SOURCE_DIR}/Examples/Learning/SVMPointSetModelEstimatorExample.cxx ${OTB_SOURCE_DIR}/Examples/Learning/SVMPointSetModelEstimatorExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMPointSetClassificationExample.cxx ${OTB_SOURCE_DIR}/Examples/Learning/SVMPointSetClassificationExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMImageModelEstimatorExample.cxx ${OTB_SOURCE_DIR}/Examples/Learning/SVMImageModelEstimatorExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMImageClassificationExample.cxx ${OTB_SOURCE_DIR}/Examples/Learning/SVMImageClassificationExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx
${OTB_SOURCE_DIR}/Examples/Visu/GreyVisuExample.cxx ${OTB_SOURCE_DIR}/Examples/Visu/GreyVisuExample.cxx
) )
......
...@@ -17,3 +17,4 @@ What is feature extraction ...@@ -17,3 +17,4 @@ What is feature extraction
\subsection{Image Classification} \subsection{Image Classification}
\label{sec:ImageClassification} \label{sec:ImageClassification}
\input{SVMImageClassificationExample} \input{SVMImageClassificationExample}
\input{SVMImageEstimatorClassificationMultiExample}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment