Skip to content
Snippets Groups Projects
Commit 48862951 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: doxygen update.

parent 871d9507
No related branches found
No related tags found
No related merge requests found
...@@ -516,7 +516,7 @@ public: ...@@ -516,7 +516,7 @@ public:
const OutputImageType * GetRangeOutput() const; const OutputImageType * GetRangeOutput() const;
/** Returns the const number of iterations map. */ /** Returns the const number of iterations map. */
const OutputIterationImageType * GetIterationOutput() const; const OutputIterationImageType * GetIterationOutput() const;
/** Returns the const image of region labels */ /** Returns the const image of region labels. This output does not have sense without mode search optimization (each label codes for one mode)*/
const OutputLabelImageType * GetLabelOutput() const; const OutputLabelImageType * GetLabelOutput() const;
/** Returns the spatial image output,spatial image output is a displacement map (pixel position after convergence minus pixel index) */ /** Returns the spatial image output,spatial image output is a displacement map (pixel position after convergence minus pixel index) */
...@@ -525,7 +525,7 @@ public: ...@@ -525,7 +525,7 @@ public:
OutputImageType * GetRangeOutput(); OutputImageType * GetRangeOutput();
/** Returns the number of iterations done at each pixel */ /** Returns the number of iterations done at each pixel */
OutputIterationImageType * GetIterationOutput(); OutputIterationImageType * GetIterationOutput();
/** Returns the image of region labels */ /** Returns the image of region labels. This output does not have sense without mode search optimization (each label codes for one mode) */
OutputLabelImageType * GetLabelOutput(); OutputLabelImageType * GetLabelOutput();
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment