Hi TI,
I am trying to transform my image to bird eye view, for that, I initially wrote a code in python and generated the Homography matrix by adjusting the source and destination points. The generated matrix from getPerspectiveTransform function of OpenCV then inserted into the vxuWarpPerspective and got the output. The result is incorrect and doesn't match with the OpenCV output. Kindly guide me how to solve this issue? Is there any way to extract the homography within OpenVX rather OpenCV? Is there tiovx provided API for this purpose? Thank you.
With best regards,
H.M. Owais