svoros
svoros
Hi I actually was able to solve the issue and it seems to work: in the current code, the image is only padded horizontally (black stripes on the top and...
For WITHIN(affine_corners...) I modified the code in such way in configsToAffine(): cv::Point2f point0, point1, point2, point3; point0.x = affine_corners.at(0, 0); point0.y = affine_corners.at(0, 1); point1.x = affine_corners.at(1, 0); point1.y =...
Hi there, I didn't look at computation time as I Just wanted to test the algorithm but indeed it took long minutes for one image (maybe 15-20?) on a somewhat...
Hello Saburo, Thanks A LOT for your implementation ans for sharing it. My tweaks were just a 'quick fix' to make your code compile on more recent versions of opencv...