#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Go to the source code of this file.
Classes | |
class | LineFinder |
Defines | |
#define | PI 3.1415926 |
Functions | |
std::vector< cv::Vec4i > | convert2Matlab (const std::vector< cv::Vec4i > &ori) |
#define PI 3.1415926 |
Definition at line 23 of file linefinder.h.
std::vector<cv::Vec4i> convert2Matlab | ( | const std::vector< cv::Vec4i > & | ori | ) |
Definition at line 158 of file linefinder.h.