Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How warpAffine works?

when i use

warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize);

imshow("dst",dst);

there is visible area and invisible area in "OutputArray dst" according to "Size dsize".

then i think, if dsize is small, it is expected area in "InputArray src" that only need to be warpped and this will be more efficient.

warpAffine work like this way?

In other words,

cropping area and warping or warping whole image (src) and cropping ROI?

(sorry for my poor english.)

How warpAffine works?

when i use

warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize);

imshow("dst",dst);

there is visible area and invisible area in "OutputArray dst" according to "Size dsize".

then i think, if dsize is small, it is expected only small area in "InputArray src" that only src need to be warpped and this will be more efficient.

warpAffine work like this way?

In other words,

cropping area and warping or warping whole image (src) and cropping ROI?

(sorry for my poor english.)

How warpAffine works?

when i use

warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize);

dsize);

imshow("dst",dst);

imshow("dst",dst);

there is visible area and invisible area in "OutputArray dst" OutputArray dst according to "Size dsize".Size dsize.

then i Then I think, if dsize dsize is small, only small area in src src need to be warpped warped and this will be more efficient.

warpAffine warpAffine work like this way?

In other words,

cropping area and warping or warping whole image (src) and cropping ROI?

(sorry for my poor english.)