Implemented missed AlgorithmInfo for BRIEF

This commit is contained in:
Andrey Kamaev
2012-03-29 03:06:59 +00:00
parent 700c1665c9
commit ce89d00fcf
3 changed files with 19 additions and 1 deletions

View File

@@ -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;