<< cv_tophat ComputerVision cv_warpAffine_path >>

ComputerVision >> ComputerVision > cv_warpAffine_image

cv_warpAffine_image

TO provide Affine transformation

Calling Sequence

img_ret=cv_warpAffine_image(image,x,y)

Arguments

image

It is the Input Image that is to be transformed

x

x coordinate by which image is to be transformed (integer)

y

x coordinate by which image is to be transformed (integer)

img_ret

Image returned after affine transformed

Description

Affine Transform

Translation is the shifting of objects location. If you know the shift in (x,y) direction then you could shift the image by x and y coordinated

Examples

img_ret=cv_warpAffine_image(input_image,100,200)

See Also


Report an issue
<< cv_tophat ComputerVision cv_warpAffine_path >>