Re: 请教一个图形问题# CS - 计算机科学
d*l
1 楼
的s
The problem description says you can use any method you like. To achieve
better smoothness, I guess the medthod of "linear" should be better than
"nearest". You can also try use a gaussian function to convolve with the
rotated image.
As for how to choose the neighborhood region, I guess it is up to you. I would
make it as small as possible. Because otherwise the image will be blurred.
怎
You don't have to use any special extrapolation method. See my answer to the
following question.
。
This cl