File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
modules/xfeatures2d/include/opencv2 Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -312,13 +312,6 @@ class CV_EXPORTS_W VGG : public Feature2D
312
312
CV_WRAP static Ptr<VGG> create ( int desc = VGG::VGG_120, float isigma = 1 .4f ,
313
313
bool img_normalize = true , bool use_scale_orientation = true ,
314
314
float scale_factor = 6 .25f , bool dsc_normalize = false );
315
- /* *
316
- * @param image image to extract descriptors
317
- * @param keypoints of interest within image
318
- * @param descriptors resulted descriptors array
319
- */
320
- CV_WRAP virtual void compute ( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray descriptors ) = 0;
321
-
322
315
};
323
316
324
317
/* * @brief Class implementing BoostDesc (Learning Image Descriptors with Boosting), described in
You can’t perform that action at this time.
0 commit comments