Skip to content
Snippets Groups Projects
Commit 56e5ba09 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Make destructor virtual

parent 1beeaa72
No related branches found
No related tags found
1 merge request!1Joan fixes
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment