开发者

Example code for Bilinear Interpolation

开发者 https://www.devze.com 2023-02-20 15:17 出处:网络
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 im

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

精彩评论

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