Commit 7ec45595 authored by cbalint13's avatar cbalint13

Fix docs once again.

parent 4c0278f3
...@@ -222,7 +222,7 @@ public: ...@@ -222,7 +222,7 @@ public:
/** /**
* @param y position y on image * @param y position y on image
* @param x position x on image * @param x position x on image
* @param ori orientation on image (0->360) * @param orientation orientation on image (0->360)
* @param descriptor supplied array for descriptor storage * @param descriptor supplied array for descriptor storage
*/ */
virtual void GetDescriptor( double y, double x, int orientation, float* descriptor ) const = 0; virtual void GetDescriptor( double y, double x, int orientation, float* descriptor ) const = 0;
...@@ -239,7 +239,7 @@ public: ...@@ -239,7 +239,7 @@ public:
/** /**
* @param y position y on image * @param y position y on image
* @param x position x on image * @param x position x on image
* @param ori orientation on image (0->360) * @param orientation orientation on image (0->360)
* @param descriptor supplied array for descriptor storage * @param descriptor supplied array for descriptor storage
*/ */
virtual void GetUnnormalizedDescriptor( double y, double x, int orientation, float* descriptor ) const = 0; virtual void GetUnnormalizedDescriptor( double y, double x, int orientation, float* descriptor ) const = 0;
......
...@@ -132,7 +132,7 @@ public: ...@@ -132,7 +132,7 @@ public:
/** /**
* @param y position y on image * @param y position y on image
* @param x position x on image * @param x position x on image
* @param ori orientation on image (0->360) * @param orientation orientation on image (0->360)
* @param descriptor supplied array for descriptor storage * @param descriptor supplied array for descriptor storage
*/ */
virtual void GetDescriptor( double y, double x, int orientation, float* descriptor ) const; virtual void GetDescriptor( double y, double x, int orientation, float* descriptor ) const;
...@@ -140,7 +140,7 @@ public: ...@@ -140,7 +140,7 @@ public:
/** /**
* @param y position y on image * @param y position y on image
* @param x position x on image * @param x position x on image
* @param ori orientation on image (0->360) * @param orientation orientation on image (0->360)
* @param descriptor supplied array for descriptor storage * @param descriptor supplied array for descriptor storage
* @param H homography matrix for warped grid * @param H homography matrix for warped grid
*/ */
...@@ -149,7 +149,7 @@ public: ...@@ -149,7 +149,7 @@ public:
/** /**
* @param y position y on image * @param y position y on image
* @param x position x on image * @param x position x on image
* @param ori orientation on image (0->360) * @param orientation orientation on image (0->360)
* @param descriptor supplied array for descriptor storage * @param descriptor supplied array for descriptor storage
*/ */
virtual void GetUnnormalizedDescriptor( double y, double x, int orientation, float* descriptor ) const; virtual void GetUnnormalizedDescriptor( double y, double x, int orientation, float* descriptor ) const;
...@@ -157,7 +157,7 @@ public: ...@@ -157,7 +157,7 @@ public:
/** /**
* @param y position y on image * @param y position y on image
* @param x position x on image * @param x position x on image
* @param ori orientation on image (0->360) * @param orientation orientation on image (0->360)
* @param descriptor supplied array for descriptor storage * @param descriptor supplied array for descriptor storage
* @param H homography matrix for warped grid * @param H homography matrix for warped grid
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment