mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-18 21:40:33 +01:00
revoke
This commit is contained in:
@@ -89,8 +89,8 @@ std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> Ar
|
|||||||
cv::Mat frameNotRotated;
|
cv::Mat frameNotRotated;
|
||||||
cv::Mat frameDistored;
|
cv::Mat frameDistored;
|
||||||
cam->getVideoFrame(frameNotRotated, 1000);
|
cam->getVideoFrame(frameNotRotated, 1000);
|
||||||
cv::flip(frameNotRotated, frame, -1);
|
cv::flip(frameNotRotated, frameDistored, -1);
|
||||||
// cv::undistort(frameDistored, frame, cameraMatrix, distCoeffs);
|
cv::undistort(frameDistored, frame, cameraMatrix, distCoeffs);
|
||||||
|
|
||||||
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> result;
|
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> result;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user