CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 图像 线性插值

搜索资源列表

  1. cazhi

    0下载:
  2. 彩色图像的双线性插值的程序,可用于对放大图像进行插值,减少失真度。-Color image bilinear interpolation procedures can be used to interpolate the enlarged image, reducing distortion.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1080
    • 提供者:王琦
  1. gao-fenbianlv

    0下载:
  2. 一个基于图像的高分辨实现的maltab源代码实现,采用了双线性插值方法。-An image-based high-resolution achieved maltab source code, using a bilinear interpolation method.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:297420
    • 提供者:章亿
  1. geometry-operations

    0下载:
  2. 实现图像的镜像变换、拉伸、平移、旋转、缩放功能,双线性插值法-Achieve the mirror image transform, stretching, translation, rotation, scaling, bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:80898
    • 提供者:周轶凡
  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. shuangxianxingchazhi

    0下载:
  2. 针对单幅图像简单放大缩小而进行的双线性插值算法(不包含选转等变化)-For single image simple carried zoom bilinear interpolation algorithm (such as changes in turn elect not included)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:902
    • 提供者:liumenfei
  1. test

    0下载:
  2. 基于opencv的双线性插值算法,实现图形图像任意比例缩放-Opencv based on bilinear interpolation algorithm to achieve arbitrary scaling graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:18431359
    • 提供者:王东至
  1. chazhichuli

    0下载:
  2. 利用各种插值法对图像进行增强,线性插值,三次插值,三次样条插值-Using various interpolation method of image enhancement, linear interpolation, cubic interpolation, cubic spline interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:991488
    • 提供者:杨光
  1. imageShift

    0下载:
  2. 对图像进行平移变换,使用了双线性插值,使用时注意修改图像路径,常用于图像配准等-Translation transform the image, using a bilinear interpolation, pay attention to modify the image path when used, commonly used in image registration, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:955
    • 提供者:wujiaqi
  1. source

    0下载:
  2. 此代码主要是利用最邻近差值法,双线性插值法,高阶插值法实现图像的旋转以及缩放-This code is the difference between the use of the nearest neighbor method to achieve image rotation bilinear interpolation, higher-order interpolation and scaling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2592
    • 提供者:xuxiao
  1. matlab-_scaler

    0下载:
  2. 分别用最邻近插值算法和双线性插值算法在matlab上实现图像的缩放.word文档。附有算法原理以及实现效果。-Image scaling using the nearest neighbor interpolation algorithm and bilinear interpolation algorithms were implemented on matlab
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:867971
    • 提供者:卫伟
  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. xuanzhuan

    0下载:
  2. 采用双线性插值法对图像进行旋转,并求取旋转前后的直方图-Bilinear interpolation method of image rotation, and rotation around the histogram strike
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3514
    • 提供者:刘洁
  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. YUV420-OR-YV12

    0下载:
  2. 针对YUV420 或 YV12 图像数据实现对图片的缩放,算法为临近插值和线性插值-For YUV420 or YV12 image data to achieve the picture zoom, close interpolation algorithm and linear interpolation
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:1648
    • 提供者:魏作华
  1. chazhi

    0下载:
  2. 该函数用来以图像中心为中心旋转DIB图像,返回新生成DIB的句柄。 * 调用该函数会自动扩大图像以显示所有的象素。函数中采用双线性插 * 值算法进行插值-This function is used to rotate the image center DIB image, returns the new generation DIB handle.* Calling this function will automatically expand the image to displa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2663
    • 提供者:魏作华
  1. tuxiagnxuanzhuan

    0下载:
  2. 基于双线性插值的图像旋转源码, 基于双线性插值的图像旋转源码-Based on bilinear interpolation of the source image rotation, image rotation based on bilinear interpolation source code, based on bilinear interpolation of the source image rotation, image rotation based on bilinear in
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:673
    • 提供者:白雪
  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. resolution

    0下载:
  2. 三种基本的图像升采样算法,最临近,线性插值,双三次插值-Three basic image upsampling algorithm, the most close to linear interpolation, bicubic interpolation
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:3151
    • 提供者:
  1. marmousi-mode

    8下载:
  2. 地震勘探中常用的marmousi模型,用matlab绘出的原始图像,用线性插值,领近插值,双线性插值等多种差值方法来对marmousi模型进行处理-Marmousi commonly used in seismic exploration model of the original image using matlab plot, using linear interpolation, brought nearly interpolation, bilinear interpolation me
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:18622
    • 提供者:胡勇
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com