Ask Your Question

Nasun's profile - activity

2018-06-06 21:11:48 -0600 received badge  Supporter (source)
2018-03-30 03:29:41 -0600 commented answer How warpAffine works?

thanks for your help! there is no need to waste my time for testing with this issue. lol

2018-03-30 03:27:53 -0600 commented answer How warpAffine works?

thanks for your help!

2018-03-29 21:36:17 -0600 marked best answer 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, only small area in src need to be warped 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.)

2018-03-29 21:36:17 -0600 received badge  Scholar (source)
2018-03-29 03:25:01 -0600 received badge  Editor (source)
2018-03-29 03:25:01 -0600 edited question How warpAffine works?

How warpAffine works? when i use warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize); imshow("dst",d

2018-03-29 00:44:59 -0600 asked a question How warpAffine works?

How warpAffine works? when i use warpAffine(InputArray src, OutputArray dst, InputArray M, Size dsize); imshow("dst",d