Skip to content
Snippets Groups Projects
Commit 22217209 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: various doxygen fixes

parent 60e4e46e
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ protected:
/** Check local extremum for 8 neighbors (current)
*
* \param currentScale
* \param neigh Current scale neighborhood
*
* \return true if the Central pixel is extremum
*/
......@@ -153,8 +153,8 @@ protected:
/** Check local extremum for 8 neighbors (Previous or Scale)
*
* \param neigh
* \paramCenterValue
* \param neigh Neighborhood at previous or next scale
* \param CenterValue value at current scale center
*
* \return true if the Central pixel is extremum
*/
......@@ -169,7 +169,7 @@ protected:
* \param currentScale iterator
* \param previousScale iterator
* \param nextScale iterator
* \param solution
* \param solution refined keypoint location
*
* \return true if key point is accepted, false otherwise
*/
......@@ -180,8 +180,8 @@ protected:
/** AssignOrientation
*
* \param currentScale neighborhood
* \param scale affected to the keypoint
* \param neigh current scale neighborhood
* \param S scale affected to the keypoint
*
* \return key point orientation
*/
......@@ -190,9 +190,9 @@ protected:
/** ComputeDescriptor
*
* \param currentScale Neighboorhood
* \param orientation assigned to the key point
* \param scale
* \param neigh current scale neighboorhood
* \param O orientation assigned to the key point
* \param S scale
*
* \return hsitogram descriptor
*/
......
......@@ -85,7 +85,7 @@ private:
* pixels and the winning neurons of a SOM.
*
* It performs the projection of the SOM onto the data. On the contrary to
* \doxygen{otb}{SOMClassifier}, it does not yield labels but an image which
* otb::SOMClassifier, it does not yield labels but an image which
* corresponds to the quantized version of the initial image when considering
* SOMmap as a codebook of a vector quantization.
*
......
......@@ -353,7 +353,7 @@ ImageToImageRCC8Calculator<TInputImage>
* process was successful.
* \param edgeEdgeBool True if edge-edge intersection is not empty.
* \param interExterBool True if interior-exterior intersection is not empty.
* \param ExterInterBool True if exterior-interior intersection is not empty.
* \param exterInterBool True if exterior-interior intersection is not empty.
* \return True if the decision process was successful.
*/
template<class TInputImage>
......@@ -396,7 +396,7 @@ ImageToImageRCC8Calculator<TInputImage>
/**
* Test if the boolean image is totally black or not. This is a based on the lazy operator
* paradigm.
* \param The image to test.
* \param image The image to test.
* \return True or false.
*/
template<class TInputImage>
......
......@@ -83,7 +83,6 @@ public:
protected:
/**
* Set the profile parameter
* \param param The parameter to set
*/
virtual void SetProfileParameter(ParameterType /*param*/) {}
/** Get the pointer to the filter */
......
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