MachineVision_Lab2_VELOSO_P.../include/Utils.h

10 lines
180 B
C

#ifndef _UTILS_
#define _UTILS_
#include <opencv2/opencv.hpp>
bool estimateRobotCamTransformation(cv::Mat camDataset, cv::Mat robotDataset, cv::Mat& robotCamTransform);
#endif