CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image interpolation

搜索资源列表

  1. chazhi

    0下载:
  2. 对灰度图像进行插值,经运行,大家可放心下载。-Gray image interpolation, after running, we can rest assured that download. Thank you
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-24
    • 文件大小:730
    • 提供者:Leona
  1. The-Lagrange-interpolation-algorithm

    0下载:
  2. 基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:102164
    • 提供者:吴军
  1. color_filtering

    0下载:
  2. powerful image interpolation filter using FFTW
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-12
    • 文件大小:2944540
    • 提供者:apollo
  1. image-registrationHarris

    0下载:
  2. 针对基于最大互信息图像配 准的不足 研究 了基于 H a r r ls角点算子的多模态医学图像配准。在计算互信 息的时候,采用部分体积插值法计算联合灰度直方 图-Based on the maximum mutual information for image registration based on the lack of H arr ls corner operator multimodal medical image registration. In calculating the mu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:352221
    • 提供者:高嘉瑜
  1. Image-Geometric-Transformation-

    0下载:
  2. 学习资料,里面有图像位置变换(图像平移、旋转、镜像、转置),图像尺寸变换(缩放、插值)以及魔镜的综合实例,很好的,谢谢站长查收-Learning materials, which have transformed the image position (image translation, rotation, mirroring, transpose), image resizing (scaling, interpolation) as well as comprehensive exampl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:692471
    • 提供者:徐坤
  1. interpolation-of--image

    0下载:
  2. 视图变形技术是对不同视点的物体或景观进行变形时产生新的视点,从而确保一系列真实自然的图像渐变。-View morphing technology is different viewpoints deformation of objects or landscapes generate new viewpoints, thus ensuring a range of authentic natural image gradient.
  3. 所属分类:Fractal program

    • 发布日期:2017-05-16
    • 文件大小:4255450
    • 提供者:jone
  1. Image-geometric-transformation

    0下载:
  2. 包含几个图像几何变换源程序,包括平移、旋转、镜像,转置,缩放,插值算法等。-Contains several image geometric transformation program, including translation, rotation, mirroring, transpose, scaling, interpolation algorithm.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-02
    • 文件大小:749007
    • 提供者:吴庆海
  1. dwt for interpolation

    0下载:
  2. here it is based on image rectification,cubic interpolation to obtain clpd
  3. 所属分类:matlab例程

  1. imageinterpolation-_assignment.m

    0下载:
  2. IMAGE INTERPOLATION: PERFORMING INTERPOLATION ON IMAGE.
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:810
    • 提供者:Abubakar
  1. Piecewise-linear-interpolation

    0下载:
  2. 实现绘制y=A/(B+C*X*X)函数图象-The drawing of y = A/(B+ C* X* X) function image
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2364375
    • 提供者:司书哲
  1. imagecode1

    0下载:
  2. matlab用于图像插值的源码,希望能有帮助-matlab source code for image interpolation, hoping to have help
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:3579
    • 提供者:rthqua
  1. Programming-for-image-zoom

    0下载:
  2. 此程序利用两种方法对图像进行缩放:一种是领域插值法,另一种是双线性插值法,并对边界问题进行的必要的处理-This process using two methods of image scaling: one is the domain interpolation method, and the other one is bilinear interpolation, and the border of the necessary processing problems
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:11272
    • 提供者:梅浪奇
  1. sanci

    0下载:
  2. 对灰度图像进行三次插值,进行缩放、平滑处理-of three gray image interpolation, scaling, smooth handling
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1438
    • 提供者:rterwill
  1. sanci

    0下载:
  2. 对灰度图像进行三次插值,进行缩放、平滑处理-of three gray image interpolation, scaling, smooth handling
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1484
    • 提供者:importantto
  1. DIP

    0下载:
  2. 数字图像处理matlab实现,包括如下程序: 1.直方图规定化为高斯双峰函数 2.窗口形状自适应(十字形或矩形)的中值滤波 3.彩色图像目标提取并与背景图像合成 4.插值外推法的彩色图像饱和度调整 5.多种插值方法实现的图像放大和缩小 6.频域变换及分析 7.几何校正 8.插值外推法的黑白图像对比度增强 9.运动模糊矫正-Digital image processing matlab realize, including the following proce
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:6725
    • 提供者:Yan
  1. image-zoom

    3下载:
  2. 图像缩放是本人参与过的一个项目。本人利用常用的图像缩放算法(如最近邻插值法,双线性插值算法,三次插值算法,B-样条插值等)对图像进行缩放并分析各个算法的优缺点(本文有相应的算法源程序代码)。最后在对算法进行改进。-Image scaling is a project I worked on. I use common image scaling algorithms (such as nearest neighbor interpolation, bilinear interpolation a
  3. 所属分类:Special Effects

    • 发布日期:2015-05-12
    • 文件大小:1465344
    • 提供者:小陈
  1. Bilinear-interpolation

    0下载:
  2. 双线性插值,可用于图像的放大,及对像素颜色的插值,能产生光滑的过渡效果-Bilinear interpolation can be used to enlarge the image, and the color of the pixel interpolation, to produce a smooth transition effect
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:902
    • 提供者:lichangjiang
  1. Kernel-Regression-for-Image-Processing

    0下载:
  2. In this paper, we make contact with the field of nonparametric statistics and present a development and generalization of tools and results for use in image processing and reconstruction. In particular, we adapt and expand kernel regression ide
  3. 所属分类:Development Research

    • 发布日期:2017-05-26
    • 文件大小:9319531
    • 提供者:ionutmirel
  1. matlab-Fisheye-correction

    0下载:
  2. 用matlab,对鱼眼图像进行畸变校正,并用线性插值法对校正后的鱼眼图像进行插值,获得较好的效果。-With matlab, fish eye image distortion correction, and linear interpolation method for correcting the fisheye image interpolation, to obtain better results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1208
    • 提供者:夏海
  1. image-resize

    0下载:
  2. 图像的放大缩小,使用双线性插值跟最近邻插值,功能简单,适合初学者。(包含算法,并不是调用matlab插值内核)-Image zoom, bilinear interpolation with nearest neighbor interpolation, features a simple, suitable for beginners. (Including the algorithm, not calling matlab interpolation kernel)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:561955
    • 提供者:candy
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 44 »
搜珍网 www.dssz.com