Skip to content
Snippets Groups Projects
Commit 056b8677 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: pantex example typos

parent adbd0d47
No related branches found
No related tags found
No related merge requests found
......@@ -109,10 +109,10 @@ int main(int argc, char * argv[])
//
// Then, we set the parameters of the filter.The radius of
// the neighborhood to compute the texture.
// The number of bins per axis for histogramm generation (it is the
// The number of bins per axis for histogram generation (it is the
// size of the co-occurrence matrix). Moreover, we have to specify
// the Min/Max in the input image. In the example, image Min/Max is set
// by the user to 0 and 255. Alternatyvely you can use the class \doxygen{itk}{MinimumMaximumImageCalculator}
// by the user to 0 and 255. Alternatively you can use the class \doxygen{itk}{MinimumMaximumImageCalculator}
// to calculate these values.
//
// Software Guide : EndLatex
......@@ -147,7 +147,7 @@ int main(int argc, char * argv[])
// \includegraphics[width=0.40\textwidth]{pretty_PanTexInput.eps}
// \includegraphics[width=0.40\textwidth]{pretty_PanTexOutput.eps}
// \itkcaption[PanTex Filter]{Result of applying the
// \doxygen{otb}{ScalarImageToPanTexTextureFilter} to an image. From left to right :
// \doxygen{otb}{ScalarImageToPanTexTextureFilter} to an image. From left to right:
// original image, PanTex feature.}
// \label{fig:PANTEXFILTER}
// \end{figure}
......
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