开发者

Example code for Bilinear Interpolation

I'm playing with ima开发者_如何学Goges and I was wondering if anyone has a link to an open source image processing library that utilizes bilinear and bicubic interpolation for scaling and rotating images. I'm trying to learn the math behind it, so even a pretty good walk through of how these kinds of interpolations can be coded up would be excellent.

Thanks for any help


A great library is the AForge image processing library.


GDI+, aka System.Drawing.Imaging, does all of this. You do not need a 3rd party DLL. See the Graphics class.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜