图像线性插值算法汇总
图像线性插值算法的汇总,VS2008工程,可编译,设置不同参数可以使用不同算法进行bmp图像的插值放大,可选放大算法包括: nearest nearest neighbor (pixel duplication) bilinear standard bilinear interpolation bicubic Keys bicubic with parameter -0.5 lanczosN Lanczos radius-N sinc approximation, N = 2, 3, 4 bsplineN B-spline of degree N, N = 2, 3, 5, 7, 9, 11 omomsN o-Moms of degree N, N = 3, 5, 7 fourier Fourier zero-padding (sinc)
文件列表
.rar
(预估有个22文件)
线性放大算法汇总
linterp.vcproj
5KB
linterp-src
lkernels.c
12KB
adaptlob.h
630B
imdiff.c
17KB
conv.c
11KB
imageio.c
67KB
lkernels.h
1KB
imcoarsen.c
18KB
用户评论