Skip to content
Snippets Groups Projects

Joan fixes

Merged Joan Solà Ortega requested to merge joan_fixes into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -63,7 +63,7 @@ public:
#endif
);
~QuickHarrisDetector();
virtual ~QuickHarrisDetector();
virtual bool detect(const cv::Mat& _image, cv::KeyPoint& _kp, double& _scoreBest, const cv::Rect& _roi = cv::Rect(0,0,0,0));
Loading