improve kfactor support

This commit is contained in:
uvos 2021-07-20 23:19:22 +02:00
parent f2d5a905e8
commit b5107bfc5a
4 changed files with 45 additions and 40 deletions

View file

@ -25,8 +25,7 @@
struct RemapedImage
{
cv::Mat image;
cv::Mat angleX;
cv::Mat angleY;
cv::Mat angle;
cv::Point2i origin;
};