I created an application for a target hit evaluation using a webcam. The camera is never vertical to the target so there is a significant perspective distortion and I need a bird’s eye view. Fixing this with getPerspectiveTransform()
and cv::warpPerspective()
is easy but cv::warpPerspective()
is very slow (at least for my purpose). (more…)