Line 12... |
Line 12... |
12 |
void cvDrawChessboardCorners(CvArr* _image, CvSize pattern_size, CvPoint2D32f* corners, int count, int found, int line_width=1);
|
12 |
void cvDrawChessboardCorners(CvArr* _image, CvSize pattern_size, CvPoint2D32f* corners, int count, int found, int line_width=1);
|
13 |
cv::Mat modulo(const cv::Mat &mat, float n);
|
13 |
cv::Mat modulo(const cv::Mat &mat, float n);
|
14 |
void matToPoints3f(const cv::Mat &mat, std::vector<cv::Point3f> &points);
|
14 |
void matToPoints3f(const cv::Mat &mat, std::vector<cv::Point3f> &points);
|
15 |
void convertMatFromHomogeneous(cv::Mat &src, cv::Mat &dst);
|
15 |
void convertMatFromHomogeneous(cv::Mat &src, cv::Mat &dst);
|
16 |
void handEyeCalibrationTsai(const std::vector<cv::Matx33f> R, const std::vector<cv::Vec3f> t, const std::vector<cv::Matx33f> R_mark, const std::vector<cv::Vec3f> t_mark, cv::Matx33f &Omega, cv::Vec3f &tau);
|
16 |
void handEyeCalibrationTsai(const std::vector<cv::Matx33f> R, const std::vector<cv::Vec3f> t, const std::vector<cv::Matx33f> R_mark, const std::vector<cv::Vec3f> t_mark, cv::Matx33f &Omega, cv::Vec3f &tau);
|
17 |
void rotationAxisCalibration(const std::vector< std::vector<cv::Point3f> > Qcam, const std::vector<cv::Point3f> Qobj, cv::Vec3f &axis, cv::Vec3f &point);
|
17 |
void rotationAxisCalibration(const std::vector< std::vector<cv::Point3f> > Qcam, const std::vector<cv::Point3f> Qobj, cv::Vec3f &axis, cv::Vec3f &point, float &error);
|
18 |
void fitSixDofData(const std::vector<cv::Matx33f> R, const std::vector<cv::Vec3f> t, const std::vector<cv::Matx33f> R_mark, const std::vector<cv::Vec3f> t_mark, cv::Matx33f &Omega, cv::Vec3f &tau);
|
18 |
void fitSixDofData(const std::vector<cv::Matx33f> R, const std::vector<cv::Vec3f> t, const std::vector<cv::Matx33f> R_mark, const std::vector<cv::Vec3f> t_mark, cv::Matx33f &Omega, cv::Vec3f &tau);
|
19 |
void initDistortMap(const cv::Matx33f cameraMatrix, const cv::Vec<float, 5> distCoeffs, const cv::Size size, cv::Mat &map1, cv::Mat &map2);
|
19 |
void initDistortMap(const cv::Matx33f cameraMatrix, const cv::Vec<float, 5> distCoeffs, const cv::Size size, cv::Mat &map1, cv::Mat &map2);
|
20 |
cv::Mat diamondDownsample(cv::Mat &pattern);
|
20 |
cv::Mat diamondDownsample(cv::Mat &pattern);
|
21 |
void imshow(const char *windowName, cv::Mat im, unsigned int x, unsigned int y);
|
21 |
void imshow(const char *windowName, cv::Mat im, unsigned int x, unsigned int y);
|
22 |
void imagesc(const char* windowName, cv::Mat im);
|
22 |
void imagesc(const char* windowName, cv::Mat im);
|