Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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!