apply homography to image
hi to all!
i have a little problem...if i have a homography H and an image (call it img_source)....how can i apply this homography to the image? i try:
perspectiveTransform( img_source, img, H);
but when i run the program i give me an error....
thank a lot!