Skip to content
Snippets Groups Projects
Commit 959e15a3 authored by Marina Bertolino's avatar Marina Bertolino
Browse files

Merge remote-tracking branch 'origin/release-6.0' into release-6.0

parents 4c38d2d6 fc9ed86d
No related branches found
No related tags found
No related merge requests found
...@@ -359,10 +359,6 @@ SET( OTB_EXAMPLES_SRCS ...@@ -359,10 +359,6 @@ SET( OTB_EXAMPLES_SRCS
${OTB_SOURCE_DIR}/Examples/Markov/MarkovClassification3Example.cxx ${OTB_SOURCE_DIR}/Examples/Markov/MarkovClassification3Example.cxx
${OTB_SOURCE_DIR}/Examples/Markov/MarkovRestorationExample.cxx ${OTB_SOURCE_DIR}/Examples/Markov/MarkovRestorationExample.cxx
${OTB_SOURCE_DIR}/Examples/Markov/MarkovRegularizationExample.cxx ${OTB_SOURCE_DIR}/Examples/Markov/MarkovRegularizationExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMPointSetModelEstimatorExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMPointSetClassificationExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMImageModelEstimatorExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMImageClassificationExample.cxx
${OTB_SOURCE_DIR}/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx ${OTB_SOURCE_DIR}/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx
${OTB_SOURCE_DIR}/Examples/Classification/SupervisedImageClassificationExample.cxx ${OTB_SOURCE_DIR}/Examples/Classification/SupervisedImageClassificationExample.cxx
${OTB_SOURCE_DIR}/Examples/Classification/MajorityVotingFusionOfClassificationMapsExample.cxx ${OTB_SOURCE_DIR}/Examples/Classification/MajorityVotingFusionOfClassificationMapsExample.cxx
......
...@@ -380,22 +380,8 @@ class which is most often selected by the whole set of SVM. ...@@ -380,22 +380,8 @@ class which is most often selected by the whole set of SVM.
\label{ssec:LearningFromImages} \label{ssec:LearningFromImages}
\input{TrainMachineLearningModelFromImagesExample.tex} \input{TrainMachineLearningModelFromImagesExample.tex}
%\subsection{Learning With PointSets}
%\label{sec:LearningWithPointSets}
%\input{SVMPointSetModelEstimatorExample}
%\subsection{PointSet Classification}
%\label{sec:PointSetClassification}
%\input{SVMPointSetClassificationExample}
%\subsection{Learning With Images}
%\label{sec:LearningWithImages}
%\input{SVMImageModelEstimatorExample}
%\subsection{Image Classification} %\subsection{Image Classification}
%\label{sec:ImageClassification} %\label{sec:ImageClassification}
%\input{SVMImageClassificationExample}
%\input{SVMImageEstimatorClassificationMultiExample} %\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