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

搜索资源列表

  1. bilinear-interploation

    0下载:
  2. 双线性插值 该函数实现了数字图像处理中的双三次线性插值函数-Bilinear interpolation function implements the bicubic linear interpolation function in the digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:609
    • 提供者:李阳
  1. imrotate

    0下载:
  2. 使用双线性插值的图像旋转,和本站的其余旋转不同,我的旋转不会使图像缺角,好处就是旋转后他的傅里叶变换的频域图也旋转同样的角度,同样可以用来处理矩阵,来做滤波器,我在做方向滤波器,有兴趣要的可以m我。-Using bilinear interpolation, image rotation, and the rest of the rotation is the rotation does not make the image Cutaway, the advantage is that the
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:664
    • 提供者:陈雨露
  1. shuangxianxing

    1下载:
  2. 编写一个以双线性插值技术进行图像缩放的程序,程序的输入参数为结果图像的水平和垂直方向的像素数。忽略混叠效应-Zooming and Shrinking Images by Bilinear Interpolation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-04-02
    • 文件大小:326877
    • 提供者:华小明
  1. Two-linear-interpolation

    3下载:
  2. 利用双线性插值对图像进行去马赛克处理,可以直接运行,得到处理后的图像-Two order correlation linear interpolation image mosaic
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:928
    • 提供者:py
  1. keshe

    1下载:
  2. 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图
  3. 所属分类:Picture Viewer

    • 发布日期:2016-04-29
    • 文件大小:3072
    • 提供者:朱孝天
  1. graphics

    0下载:
  2. 纯c语言实现图像的几何变换,插值放大,双线性插值法,-Pure c language image geometric transformation, interpolation zoom, bilinear interpolation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1535398
    • 提供者:
  1. DIP-Bilinear-Interpolation-Algorithm

    0下载:
  2. 数字图像处理双线性插值算法详细解析与实现源码-Bilinear interpolation algorithm of digital image processing detailed analysis and implementation source code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:331682
    • 提供者:张飞
  1. bayer

    0下载:
  2. 用双线性插值方法对bayer模式进行插值处理,得到全彩色图像-Using bilinear interpolation method interpolates the bayer pattern, to obtain full color images
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-10
    • 文件大小:767819
    • 提供者:董雨沫
  1. suofang

    0下载:
  2. 实现对图像的放大缩小。使用了双线性插值算法。-Realization of the image zoom. Using the bilinear interpolation algorithm.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-19
    • 文件大小:1249
    • 提供者:陆孤梵
  1. READ

    0下载:
  2. 本程序实现了双线性插值对图像的扩大,和滤波器锐化扩大后的图像-This process is make picture bigger and make it sharp.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-21
    • 文件大小:667
    • 提供者:2710101001
  1. C

    0下载:
  2. 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two dif
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4887
    • 提供者:宁可
  1. graytwothree.m.tar

    0下载:
  2. 图像缩放中最常用的双线性插值算法,效果很好-The most commonly used image scaling bilinear interpolation algorithm works well
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:756
    • 提供者:朱昴
  1. image-interpolation

    1下载:
  2. 基于MATLAB的几种图像插值,包括三次样条插值、三次插值、线性插值、最邻近插值 -Several image interpolation based on MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-16
    • 文件大小:563786
    • 提供者:随风
  1. chazhi

    0下载:
  2. 图像差值,采用线性插值方法,将一幅低像素图像转化为高像素图像。输入一幅图像,按要求输出图像像素大小。-Image difference, using linear interpolation method, a low-resolution images into high resolution images. Enter an image, press the required output image pixel size.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:962
    • 提供者:王霄
  1. BmpimageZoom

    0下载:
  2. 基于vs2008的 双线性插值法放缩图像,代码简单易读。。包含一篇算法介绍-VC++6.0或者vs2008 bilinear interpolation method based on scaling the image, the code easier to read. . Contains an algorithm introduced
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3897599
    • 提供者:mike
  1. my_scale

    0下载:
  2. 自己编写MATLAB函数,实现对数字图像的缩放处理,采用双线性插值,可缩放彩色或灰度图像。 -Write your own MATLAB function to achieve the digital image scaling, bilinear interpolation, scalable color or grayscale images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:602
    • 提供者:liang
  1. bmpZOOM

    0下载:
  2. 基于vc++或者vs2008的 双线性插值法放缩图像。。代码简单易读。。适合初学-Vs2008 based vc++ or bilinear interpolation scaling images. . Code easier to read. . Suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3494043
    • 提供者:mike
  1. project1

    0下载:
  2. matlab环境下,使用双线性插值法实现缩放图像-matlab environment, using a bilinear interpolation method to achieve image zoom
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:582573
    • 提供者:丁娜
  1. test

    0下载:
  2. 双线性插值算法实现的图像显示、放大、保存的功能。可以放大灰度和彩色的BMP。-Bilinear interpolation algorithm for image display, zoom in, save functions. Can zoom in grayscale and color BMP.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:22847
    • 提供者:无雨森
  1. bilinearcode

    0下载:
  2. 基于双线性插值方法的图像缩小、放大程序,原创-Bilinear interpolation method based on image reduction, enlargement program, originality
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1316
    • 提供者:zhangwei
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 »
搜珍网 www.dssz.com