mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge branch 4.x
This commit is contained in:
@@ -1132,8 +1132,8 @@ protected:
|
||||
virtual void clear();
|
||||
|
||||
const Mat& getDescriptors() const;
|
||||
const Mat getDescriptor( int imgIdx, int localDescIdx ) const;
|
||||
const Mat getDescriptor( int globalDescIdx ) const;
|
||||
Mat getDescriptor( int imgIdx, int localDescIdx ) const;
|
||||
Mat getDescriptor( int globalDescIdx ) const;
|
||||
void getLocalIdx( int globalDescIdx, int& imgIdx, int& localDescIdx ) const;
|
||||
|
||||
int size() const;
|
||||
|
||||
Reference in New Issue
Block a user