<< cv_warpAffine_image ComputerVision cv_zeros >>

ComputerVision >> ComputerVision > cv_warpAffine_path

cv_warpAffine_path

TO provide Affine transformation

Calling Sequence

img_ret=cv_warpAffine_path(path,x,y)

Arguments

path

the image will be read from this path , but the image will be read as a coloured image

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 object's 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("N:\image.jpg",100,200)

See Also


Report an issue
<< cv_warpAffine_image ComputerVision cv_zeros >>