摘要: 网略上广泛流传的三线性插值算法(效果并不是很好),代码如下:using System;using System.Drawing;using System.IO;using System.Drawing.Imaging;using System.Drawing.Drawing2D;namespace Ants.Tools{ public class Image { public int Width { get; set; } public int Height { get; set; } private Image() { } public Image(int width, int height 阅读全文
posted @ 2009-11-18 17:39 Ants 阅读(1887) 评论(4) 推荐(0) 编辑