搜索资源列表
VB_scale
- 最临近插值、双线性内插值、三次卷积法、StretchBlt法实现图像平滑放大
interpolate
- 针对边缘的内插方法。对边缘方向利用新方法内插,对于非边缘方向利用双线性内插。
ImageProcessing.用C语言实现图像的平滑
- 用C语言实现图像的平滑,锐化及双线性内插算法的实现,效果很好,Using C language to achieve image smoothing, sharpening and bilinear interpolation algorithm to achieve good results
yaxiangsuweiyiguji.rar
- 实现亚像素的运动位移估计算法实现,通过双线性内插实现!,Campaign to achieve sub-pixel displacement estimation algorithm to achieve, through bilinear interpolation to achieve!
interpolation.rar
- 用matlab语言实现双线性内插算,可设图像宽度和高度按不同的比例放大缩小,Matlab language used bilinear interpolation operator can set the image width and height according to different zoom ratio
imgenlarge2.rar
- %彩色图片放大双线性内插法,实现图片的高质量放大, Color picture to enlarge bilinear interpolation to achieve high-quality picture to enlarge
interpolationbilinear
- 2006年老外写的双线性内插的源代码,简单易学,容易上手。-Written in 2006, foreigners bilinear interpolation of the source code, easy to learn, easy to use.
interpolationEC
- 误码掩盖线性内插法MATLAB程序,在独立丢失块的情况下,进行了双线性内插的误码掩盖恢复算法-linear interpolation error concealment
speeder_RS_2
- 实现读图像,显示图像,以及一个遥感上的应用,即用间接法,多项式纠正,双线性内插实现对遥感图像的纠正。-Reading achievement of images, display images, as well as a remote sensing application, that is, using the indirect method, polynomial correct, bilinear interpolation to achieve the correct remote se
imageshift
- %彩色图片平移双线性内插法,实现高质量平移- Full-color photographs, translational bilinear interpolation to achieve high-quality translational
image1
- 利用多项式纠正(一次项)进行几何纠正,纠正过程采用反解法,重采样方法采用双线性内插。-The use of polynomial corrected (one-time items) for geometric correction, correct the process of adoption of anti-solution, re-sampling method using bilinear interpolation.
Mag_Color_Snake
- 使用双线性内插或二次曲面内插放大图像,然后使用彩色自蛇模型去除边缘模糊和锯齿效应-Using bilinear interpolation or quadratic surface interpolation to enlarge the image, then use the color removed from the snake model and the sawtooth effect of edge blur
imageprocessing
- 遥感图像处理:利用多项式纠正(一次项)进行几何纠正,纠正过程采用反解法,重采样方法采用双线性内插。-image processing
Mag_interpolation_Snake
- 本程序使用双线性内插法进行彩色图像的扩散,使用自蛇模型-This program uses bilinear interpolation for the proliferation of color images, the use of self-snake model
binary-insert
- 一个matlab写的双线性内插的程序,欢迎下载。-Matlab write bilinear interpolation procedures, welcome to download.
Untitled
- 将一幅512×512的原始灰度图像,采用3×3的平均窗口对它作滤波运算(原图像外围的像素的灰度值视为128);对滤波后图像隔行、隔列丢弃一半像素形成一幅256×256的小图像;对此小图像分别采用最邻近内插、双线性内插的方法将它放大为512×512的大图像。对照原图像,计算两种放大图像各自的PSNR。-A grayscale original image of 512 × 512, using a 3 × 3 window average (gradation values R
bilinear-interpolation
- 代码包括三个函数,实现对图片的锐化、平滑、缩放(双线性内插实现)。-Code includes three functions, the realization of image sharpening, smooth, scaling of bilinear interpolation (realize).
tuxiangpeizhun
- 基于控制点的图像配准。选用多项式几何校正模型获得配准参数,双线性内插进行灰度插值。-Image registration based on the control points. Selection polynomial geometric correction model to obtain registration parameters, bilinear interpolation gray interpolation.
Bilinear
- 采用双线性内插对图像进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Bilinear interpolation is used to zoom the image n times, with examples of pictures, notes, can run, welcome exchanges.)
interpolation
- matlab3种内插法的实现。最近邻内插法,双线性内插法,双三次内插法的具体实现(To realize interpolation in matlab3)