mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Implemented missed AlgorithmInfo for BRIEF
This commit is contained in:
@@ -724,6 +724,8 @@ public:
|
||||
|
||||
/// @todo read and write for brief
|
||||
|
||||
AlgorithmInfo* info() const;
|
||||
|
||||
protected:
|
||||
virtual void computeImpl(const Mat& image, vector<KeyPoint>& keypoints, Mat& descriptors) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user