搜索资源列表
-
0下载:
不管对于图像的编码还是解码,三次样条算法的性能都是很好的,然后由于计算量比较大使他的效率有所下降,在次提出了一个考虑算法质量的前提下的快速算法。-regardless of the coding for images or decoding, cubic spline algorithm performance are good, and then because of the comparison calculation of the efficiency Ambassador he decl
-
-
0下载:
样条插值计算车门曲线-spline interpolation calculation door curve
-
-
2下载:
几种插值方法,双线性,三次,最邻近,sinc-Several interpolation, bilinear, cubic, nearest neighbor, sinc
-
-
0下载:
双线性插值和三次卷积法将图象扩大两倍,c语言实现。,bilinear and cubic convolution interpolation method will expand the image twice, c language.
-
-
0下载:
This a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.-This is a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.
-
-
0下载:
bicubic interpolation without using cubic command
-
-
0下载:
图像插值程序,载入图像后可以进行变形处理,提供的差值方式包括最近邻插值、三次样条插值等。-Image interpolation process can be deformed after loading the image processing methods include providing the difference between the nearest neighbor interpolation, cubic spline interpolation.
-
-
0下载:
二次线性插值和三次卷积插值,高质量图像缩放技术之一,文中有大量代码,实用性很强。-Bilinear interpolation and cubic convolution,is one of Image scaling technology
-
-
0下载:
三次线性插值和MipMap链,高质量图形图像缩放技术之一,例子很多,参考性强。-MipMap chain linear interpolation and cubic,is one of Image scaling technology.
-
-
0下载:
Resize
圖像大小變換
void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR )
src
輸入圖像.
dst
輸出圖像.
interpolation
插值方法:
* CV_INTER_NN - 最近鄰插值,
* CV_INTER_LINEAR - 雙線性插值 (預設使用)
* CV_INTER_AREA
-
-
0下载:
包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等-Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.
-
-
0下载:
bicubic interpolation source. Visual c-bicubic interpolation source. Visual c++
-
-
0下载:
用vc++平台开发的双三次样条插值函数,具有很高的精度-Vc++ platform with two-cubic spline interpolation function, has high accuracy
-
-
0下载:
运用插值算法对图像进行变形,包括邻近插值、双线性插值、三次卷积插值。使用了cximage类对jpeg类型图片的处理。有详细说明文档。-Use of the interpolation algorithm for image deformation, including the neighboring interpolation, bilinear interpolation, cubic convolution. Cximage class jpeg type of picture proces
-
-
0下载:
利用三次样条法,对折线进行圆滑处理。课程设计中的一个小程序。-Using the cubic spline method, the broken line for smooth handling. Curriculum design, a small program.
-
-
1下载:
图像的Cubic插值,根据输入图像的层厚进行的cubic插值-image Cubic interpolation, interpolation based on the thickness of the input image
-
-
0下载:
利用各种插值法对图像进行增强,线性插值,三次插值,三次样条插值-Using various interpolation method of image enhancement, linear interpolation, cubic interpolation, cubic spline interpolation
-
-
3下载:
图像缩放是本人参与过的一个项目。本人利用常用的图像缩放算法(如最近邻插值法,双线性插值算法,三次插值算法,B-样条插值等)对图像进行缩放并分析各个算法的优缺点(本文有相应的算法源程序代码)。最后在对算法进行改进。-Image scaling is a project I worked on. I use common image scaling algorithms (such as nearest neighbor interpolation, bilinear interpolation a
-
-
1下载:
该代码用于实现双三次插值,它作为一种复杂的插值算法,可以获得比双线性插值更平滑的图像边缘,效果更好。-The code used to implement bi-cubic interpolation, as a complex interpolation algorithm can obtain smoother edges than bilinear interpolation of the image, the better.
-
-
2下载:
散斑处理的matlab程序包括三次插值五次插值和十字搜索-Speckle processing matlab program includes five cubic interpolation interpolation and cross search
-