Skip to content

Commit 2e129b7

Browse files
committed
VGG::compute() header is unnecessary and problematic for Python binder
1 parent c6f1922 commit 2e129b7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

modules/xfeatures2d/include/opencv2/xfeatures2d.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,6 @@ class CV_EXPORTS_W VGG : public Feature2D
311311
CV_WRAP static Ptr<VGG> create( int desc = VGG::VGG_120, float isigma = 1.4f,
312312
bool img_normalize = true, bool use_scale_orientation = true,
313313
float scale_factor = 6.25f, bool dsc_normalize = false );
314-
/**
315-
* @param image image to extract descriptors
316-
* @param keypoints of interest within image
317-
* @param descriptors resulted descriptors array
318-
*/
319-
CV_WRAP virtual void compute( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray descriptors ) = 0;
320-
321314
};
322315

323316
/** @brief Class implementing BoostDesc (Learning Image Descriptors with Boosting), described in

0 commit comments

Comments
 (0)