搜索资源列表
Sampling_Peter
- C#编写的图像高质量的三次插值函数,其中有COM的接口程序,可以在VC中调用-prepared by the high-quality images of the three interpolation function, which is the COM interface, can be called in VC
e2md2.m
- BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。 输入:灰度bmp图像 输出:imf1 imf2 imf3 残差
scaling_down
- 按位置图像加权缩小计算函数。不同于线性插值或三次插值算法。
CarToPolar
- 自己做的图像直角坐标与极坐标转换程序,源代码中还有双线性和双三次插值的函数代码,很基础也很实用。
11
- 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值。
twoWays.rar
- 双线性插值和三次卷积法将图象扩大两倍,c语言实现。,bilinear and cubic convolution interpolation method will expand the image twice, c language.
CubicSplineAndBezier
- 三次样条插值和贝塞尔曲线 主要是对图象做插值-Cubic spline interpolation and Bezier curves are mainly made of image interpolation
bicubic
- 该函数实现了数字图像处理中的双三次线性插值函数-the function implement the bicubic interpolation in digital processing
am.tar
- 图像缩放,效果较好,三次插值法,能较高质量缩放图像-Image scaling, better-performing, three interpolation can be higher quality zoom images
PictureParticipate
- 图像插值程序,载入图像后可以进行变形处理,提供的差值方式包括最近邻插值、三次样条插值等。-Image interpolation process can be deformed after loading the image processing methods include providing the difference between the nearest neighbor interpolation, cubic spline interpolation.
picture_interpolation_handle
- 包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等-Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.
Super-Resolution--
- 针对视频序列的超分辨率重建,提出了一种动态自适应滤波方法. 在最大后验概率估计和加权最小二乘 的基础上,给出视频序列超分辨率重建数学模型 深入研究了运动补偿矩阵和权值矩阵的构成和性质 详细推导了 自适应滤波器的递推公式 分析了算法的存储与计算复杂度. 仿真实验表明该算法的重建结果相当有效,相比双三 次插值和无运动补偿的单帧迭代重建,可以获得一定的PSNR 增益 与Elad 滤波方法相比,具有更小的计算量和 更强的自适应性和鲁棒性.-Super-resolution for th
shuangsanci
- 彩色图像的双三次插值代码,彩色图像的双三次插值代码 -Bicubic interpolation code of the color image
sscsz
- 双三次插值算法的MATLAB实现,实现图像的缩放-Bicubic interpolation algorithm in MATLAB
jihebianhuan
- 数字图像几何变换,三种插值算法。最邻近,二次插值,双三次插值。-Digital image geometric transformation, the three interpolation algorithm. Nearest neighbor, quadratic interpolation, bicubic interpolation.
biculic
- 双三次插值算法。自己的代码。可以放大图形。效果比较好,对于双线性。-Bicubic interpolation algorithm. Own code. You can enlarge the graphic. The results were quite good, for bilinear.
image-interpolation
- 基于MATLAB的几种图像插值,包括三次样条插值、三次插值、线性插值、最邻近插值 -Several image interpolation based on MATLAB
chazhichuli
- 利用各种插值法对图像进行增强,线性插值,三次插值,三次样条插值-Using various interpolation method of image enhancement, linear interpolation, cubic interpolation, cubic spline interpolation
image-zoom
- 图像缩放是本人参与过的一个项目。本人利用常用的图像缩放算法(如最近邻插值法,双线性插值算法,三次插值算法,B-样条插值等)对图像进行缩放并分析各个算法的优缺点(本文有相应的算法源程序代码)。最后在对算法进行改进。-Image scaling is a project I worked on. I use common image scaling algorithms (such as nearest neighbor interpolation, bilinear interpolation a
双三次插值彩色图像
- 双三次插值用于彩色图像处理,连续的经典方法,应用广泛,结构简单,速度快(Biucbic color image interpolation)