1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fixed descripotorsCount to descriptorsCount

See feature 2862
This commit is contained in:
StevenPuttemans
2013-12-16 10:47:24 +01:00
parent 11071dd241
commit e4b41d38f1
4 changed files with 11 additions and 11 deletions
@@ -1453,7 +1453,7 @@ public:
void add( const Mat& descriptors );
const std::vector<Mat>& getDescriptors() const;
int descripotorsCount() const;
int descriptorsCount() const;
virtual void clear();