mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
fixed defects found by coverity scan
This commit is contained in:
@@ -926,7 +926,6 @@ protected:
|
||||
void detectImpl(InputArray image, std::vector<KeyPoint>& keypoints, InputArray mask) const;
|
||||
void computeImpl(InputArray image, std::vector<KeyPoint>& keypoints, OutputArray descriptors) const;
|
||||
|
||||
CV_PROP int descriptor;
|
||||
CV_PROP bool extended;
|
||||
CV_PROP bool upright;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user