搜索资源列表
PictureZoom
- 图像放缩,调用Windows Api函数,采用二次线性插值算法实现。
08ReadBMP
- 该小软件为图像的缩放处理,有3种算法:邻近取值插值,二次线性插值,三次卷积插值
Interpolation
- 线性插值算法,对高速二次线性插值算法的讨 论-Linear interpolation algorithm, the second high-speed linear interpolation algorithm discussion
5dianguanghua
- 求出了等值线上的各个点,怎么把这些点连成一条光滑的曲线,就需要用到光滑算法。光滑算法有很多种,比如线性跌代、分段三次多项式插值法(又称五点法),二次多项式加权平均法、张力样条函数法等。主要介绍五点法,也是用来光滑等高线的常用方法。-Curve fitting, fitting a smooth curve in classic 5 points
hw1
- 图像处理,对源图像进行扭曲,采用最近邻、二维插值和三次样条插值。-Image processing, image distortion source, using the nearest neighbor, the two-dimensional interpolation and cubic spline interpolation.
DEMO
- 实现图像的快速缩放,利用整数代替浮点数运算的二次线性插值-Realize the rapid and scaling, the image using integer quadratic linear interpolation instead of floating point operations