Commit b486a592 authored by Andrey Kamaev's avatar Andrey Kamaev

Quiet MSVC warning

parent 23699acc
......@@ -227,6 +227,8 @@ private:
tbb::mutex* kptLock_;
#endif
GridAdaptedFeatureDetectorInvoker& operator=(const GridAdaptedFeatureDetectorInvoker&); // to quiet MSVC
public:
GridAdaptedFeatureDetectorInvoker(const Ptr<FeatureDetector>& detector, const Mat& image, const Mat& mask, vector<KeyPoint>& keypoints, int maxPerCell, int gridRows, int gridCols
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment