Commit 01dbe00c authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1510 from Sahloul:bug_fix/VGG

parents 6e5c627c 2e129b77
......@@ -312,13 +312,6 @@ public:
CV_WRAP static Ptr<VGG> create( int desc = VGG::VGG_120, float isigma = 1.4f,
bool img_normalize = true, bool use_scale_orientation = true,
float scale_factor = 6.25f, bool dsc_normalize = false );
/**
* @param image image to extract descriptors
* @param keypoints of interest within image
* @param descriptors resulted descriptors array
*/
CV_WRAP virtual void compute( InputArray image, std::vector<KeyPoint>& keypoints, OutputArray descriptors ) = 0;
};
/** @brief Class implementing BoostDesc (Learning Image Descriptors with Boosting), described in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment