Apply homography on a sinlge point
I'm rotating an image using findHomography, now I want to use transform a single point using the homography matrix. Using perspectiveTransform returns 0 and making homography*matPoint returns a value outside the origina image.
What else should I do?
Thanks