From dec629a69fcffc813fa33e57a348bd90cebc20a6 Mon Sep 17 00:00:00 2001 From: cbalint13 Date: Mon, 18 May 2015 15:08:54 +0300 Subject: [PATCH] Fix docs warns. --- modules/xfeatures2d/include/opencv2/xfeatures2d.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp b/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp index 744e78f98..53329c352 100644 --- a/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp +++ b/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp @@ -207,7 +207,6 @@ public: * @param orientation orientation on image (0->360) * @param H homography matrix for warped grid * @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; @@ -225,7 +224,6 @@ public: * @param orientation orientation on image (0->360) * @param H homography matrix for warped grid * @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;