Remove GSURF descriptor from KAZE algorithm

This commit is contained in:
Ievgen Khvedchenia
2014-05-10 20:57:37 +03:00
parent a068ccbf51
commit 029a8c443a
7 changed files with 25 additions and 718 deletions

View File

@@ -893,14 +893,8 @@ KAZE implementation
class CV_EXPORTS_W KAZE : public Feature2D
{
public:
/// AKAZE Descriptor Type
enum DESCRIPTOR_TYPE {
DESCRIPTOR_MSURF = 1,
DESCRIPTOR_GSURF = 2
};
CV_WRAP KAZE();
explicit KAZE(DESCRIPTOR_TYPE descriptor_type, bool extended, bool upright);
CV_WRAP explicit KAZE(bool extended, bool upright);
virtual ~KAZE();