Skip to content
Snippets Groups Projects
Commit 578954f5 authored by Julien Malik's avatar Julien Malik
Browse files

DOC: fix reference in SoftwareGuide

parent d70b34fb
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,7 @@
// classification on images with a user-defined kernel.
// In this example, we will use an SVM model estimated in the previous
// section to separate between water and non-water pixels by using the RGB
// values only. The images used for this example are shown in
// figure~\ref{fig:SVMROIS}.
// values only.
// The first thing to do is include the header file for the
// class as well as the header of the appropriated kernel to be used.
//
......@@ -98,7 +97,7 @@ int main(int argc, char* argv[])
// Software Guide : BeginLatex
//
// After instantiation, we can load a model saved to a file (see
// section \ref{sec:LearningWithImages} for an example of model
// section \ref{ssec:LearningFromImages} for an example of model
// estimation and storage to a file).
//
// When using a user defined kernel, an explicit instanciation has
......
......@@ -23,7 +23,7 @@
// This example illustrates the modifications to be added to the
// use of \doxygen{otb}{SVMImageModelEstimator} in order to add a
// user defined kernel. This initial program has been explained in section
// \ref{sec:LearningWithImages}.
// \ref{ssec:LearningFromImages}.
//
// The first thing to do is to include the header file for the new kernel.
//
......
......@@ -28,7 +28,7 @@
// This example illustrates the use of the \doxygen{otb}{MarkovRandomFieldFilter}.
// to regularize a classification obtained previously by another classifier. Here
// we will apply the regularization to the output of an SVM classifier presented
// in \ref{sec:ImageClassification}.
// in \ref{ssec:LearningFromImages}.
//
// The reference image and the starting image are both going to be the original
// classification. Both regularization and fidelity energy are defined by Potts model.
......
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