7 #include <opencv2/core/core.hpp>
8 #include <opencv2/highgui/highgui.hpp>
9 #include <opencv2/imgproc/imgproc.hpp>
10 #include <opencv2/video/tracking.hpp>
20 void filteringPipeLine(Mat);
21 vector<Vec2f> houghTransform();
22 Mat lineItr(Mat,vector<Vec2f>,
string);
26 bool findIntersection(vector<Point>,
Point&);
27 vector<Point2f> ransac(vector<Point2f>);
34 float _rho,
_theta,_ransacThres, _houghThres;