Skip to content

Commit 01dbe00

Browse files
committed
Merge pull request #1510 from Sahloul:bug_fix/VGG
2 parents 6e5c627 + 2e129b7 commit 01dbe00

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
@@ -312,13 +312,6 @@ class CV_EXPORTS_W VGG : public Feature2D
312312
CV_WRAP static Ptr<VGG> create( int desc = VGG::VGG_120, float isigma = 1.4f,
313313
bool img_normalize = true, bool use_scale_orientation = true,
314314
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-
322315
};
323316

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

0 commit comments

Comments
 (0)