搜索资源列表
-
0下载:
利用线性插值的方式,实现图像的平滑放大。克服StretchBlt在放大时产生的马赛克现象。-using linear interpolation modes to achieve a smooth image to enlarge it. Large overcome StretchBlt in the mosaics at the phenomenon.
-
-
0下载:
双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
-
-
2下载:
等值线
在科学计算和现实生活中,常常会遇到y=f(t)这类函数关系,例如,正弦、余弦等等。函数y=f(t)往往是以离散的观测值形式f(ti)(i=1,....N)表现出来的。例如,令股民朋友如醉如痴的K线图,与千家万户性命攸关的河流水位曲线图等等。离散函数关系有不少数据处理课题,例如,数据拟合、插值和平滑等等。最令人兴奋的还是预测,如果股民朋友能够准确把握y=f(t)的走向,钞票就会源源不断涌入口袋。如果水文学家能够准确预测河流水位暴涨的过程,可以大量减少生命和财产损失。
所谓画曲线就
-
-
0下载:
图像处理 用线性插值算法实现图像缩放 图像处理-image processing using linear interpolation algorithm image scaling Image Processing
-
-
0下载:
图像插值程序,在一些场合需要提供真实接触感觉,可以根据视角位置变化而生成对应视点的视图,提供相应的三维感觉,从而能够“环视”场景中的三维物体。-image interpolation procedures, in some occasions the need to provide access to real sense, it may change position and perspective generation of the corresponding Perspective Vie
-
-
0下载:
利用像素复制放大缩小图像+双线形插值放大缩小图像-use pixel image reproduction Zooming-linear interpolation Zooming Image
-
-
0下载:
图像旋转(三次样条插值)-image rotation (cubic spline interpolation)
-
-
0下载:
对图像三线性插值方法进行改进,添加加权系数,更好地消除人工痕迹。,Trilinear interpolation of the image method to improve, add the weighted coefficient, and better elimination of artificial traces.
-
-
0下载:
图像三线性插值算法,对一定图像插值成给定大小的图像-Image trilinear interpolation algorithm, Image Interpolation of a certain size into a given image
-
-
0下载:
本文实现了利用B样条函数对图象插值放大的快速算法,并在此基础上,进一步提出了彩色图象放大的方案,既先将图象从RGB空间转换到YUV空间,对UV分量插值放大后进行低通滤波处理,最后再将图象转换至RGB空间。实验结果显示了该方法插值效果好并且处理时间短。-In this paper, the realization of the use of B-spline function of image interpolation to enlarge the fast algorithm, and on
-
-
0下载:
基于双线性插值的图像缩放算法论文,原理及其源代码-Based on the bilinear interpolation of the image scaling algorithm paper, principle and its source code
-
-
0下载:
。文章通过对位图边界轮廓进行合理分解,找出主要轮廓特征,得到轮廓关键特征点;并且用原始轮廓点
对特征点进行插值,不但能够很好地保留图像的原始信息特征,失真小,还能适应多种形式的圈像矢量化算法。-. Article through the boundary contour bitmap reasonable decomposition, to identify the main outline of the characteristics to be the outline of the ke
-
-
0下载:
计算插值图像和原始图像之间的视觉差别 采用亮度委员会的标准 编写得测试代码 输出值越小 插值效果越好-Calculating the visual difference between the original image and interpolation image using brightness standards for the preparation of the Commission may test code output value the smaller the bette
-
-
0下载:
用C++语言编写的图像缩放程序,采用双线性插值算法-Written in C++ language, image scaling procedure for the bilinear interpolation algorithm
-
-
0下载:
.ppm图像的双线性插值缩放的VC++源程序,VS2008下编译通过-. Ppm bilinear interpolation image scaling, and the underlying operating system and hardware independent
-
-
1下载:
本次设计主要采用MFC(微软基础类)来设计一个可视化的界面,具有可与用户交互的功能,完成图像的插值算法。并且应用了一种新的一种插值算法,使得图像在放大较大的倍数时仍然能够保持图像有较为清晰的边缘效果。
同时该设计可以使用户自己选择相应的放大倍数,同时可以自己选择插值算法,这样不同的场合下可以使用不同的插值算法来对图像进行放大,可以快速直观的看到不同的插值算法的效果。
-This design mainly MFC (Microsoft Foundation Classes) to des
-
-
0下载:
基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.
-
-
0下载:
插值法图像变换(球型膨胀,扭曲,透镜,对称极坐标)-Interpolation image transform (ball type expansion, distortion, lens, polar symmetry)
-
-
0下载:
包含几个图像几何变换源程序,包括平移、旋转、镜像,转置,缩放,插值算法等。-Contains several image geometric transformation program, including translation, rotation, mirroring, transpose, scaling, interpolation algorithm.
-
-
0下载:
图像内插与旋转,点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓提取,图像分析,图像复原,图像编码-Image interpolation and rotation, point operations, geometric transformation, orthogonal transformation, image enhancement, morphological transformation, edge and contour extraction, image analy
-