1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00

Fix docs warns.

This commit is contained in:
cbalint13
2015-05-18 15:08:54 +03:00
parent 89a2302685
commit dec629a69f

View File

@@ -207,7 +207,6 @@ public:
* @param orientation orientation on image (0->360) * @param orientation orientation on image (0->360)
* @param H homography matrix for warped grid * @param H homography matrix for warped grid
* @param descriptor supplied array for descriptor storage * @param descriptor supplied array for descriptor storage
* @param get_descriptor true if descriptor was computed
*/ */
virtual bool get_descriptor( double y, double x, int orientation, double* H, float* descriptor ) const = 0; virtual bool get_descriptor( double y, double x, int orientation, double* H, float* descriptor ) const = 0;
@@ -225,7 +224,6 @@ public:
* @param orientation orientation on image (0->360) * @param orientation orientation on image (0->360)
* @param H homography matrix for warped grid * @param H homography matrix for warped grid
* @param descriptor supplied array for descriptor storage * @param descriptor supplied array for descriptor storage
* @param get_unnormalized_descriptor true if descriptor was computed
*/ */
virtual bool get_unnormalized_descriptor( double y, double x, int orientation, double* H, float* descriptor ) const = 0; virtual bool get_unnormalized_descriptor( double y, double x, int orientation, double* H, float* descriptor ) const = 0;