c++ - combining cv::remap and cv::warpAffine to simultaneously correct fisheye and roll effects -
looking @ cv::remap
, can use de-fisheye image have translation table have prepared earlier particular model of lens, , use cv::warpaffine
correct camera roll, suspect there significant cumulative loss of quality doing 2 operations sequentially versus combining both operations. unfortunately, maths aren't working out how preprocess maps, can help?
(note, require opencv 2.x solution, not 3.x)
Comments
Post a Comment