CubemapSLAM icon indicating copy to clipboard operation
CubemapSLAM copied to clipboard

the code should be modified

Open tub-sgg opened this issue 5 years ago • 0 comments

cv::Mat_ invpoly = cv::Mat::zeros(12, 1, CV_64F);should be cv::Mat_ invpoly = cv::Mat::zeros(nrinvpol, 1, CV_64F);

tub-sgg avatar Nov 29 '19 16:11 tub-sgg