CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 图像放大

搜索资源列表

  1. IMAGZOOM

    0下载:
  2. matlab图像处理的基本例程,图像放大和缩小
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:188524
    • 提供者:joe
  1. 用matlab实现的一个图像增强算法

    0下载:
  2. 采用的方法是,对于一张灰度图,设定一个门限,将其每个色素值的大小与此门限进行比较,如果小于该门限,则认定其属于较暗的部分,对它进行线性的放大,以增加其分辨度,而对于大于门限值的色素点则对其进行相应的压缩处理,以得到一张新的图像。
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:295
    • 提供者:sherryslove
  1. NEDI图像插值

    0下载:
  2. New Edge-Directed Interpolation
  3. 所属分类:matlab例程

    • 发布日期:2011-03-23
    • 文件大小:172442
    • 提供者:zhangsilong
  1. interpolation.rar

    1下载:
  2. 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:127532
    • 提供者:zhoujianhua
  1. shuangsancichazhi.rar

    0下载:
  2. 实现双三次插值图像缩放算法,修改k值,即可修改放大倍数或缩小倍数!,To achieve bi-cubic interpolation algorithm for image scaling, modified k values can be modified to enlarge or shrink the multiples of multiples!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:49155
    • 提供者:贾子渊
  1. image

    0下载:
  2. 双线性插值图像放大程序,该程序只对二值图像进行放缩。-Bilinear interpolation image to enlarge the program, the program only for binary image scaling.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1725
    • 提供者:sanmao
  1. shuangxianxing

    0下载:
  2. matlab双线性插值算法实现图像放大源代码-matlab bilinear interpolation algorithm to enlarge the image
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:778
    • 提供者:张祖渊
  1. Matlab

    0下载:
  2. MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3029
    • 提供者:matlab
  1. picture

    0下载:
  2. 此软件的基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。-The basic function of this software is divided into two major modules: one is the digital image processing module, and the oth
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:28147
    • 提供者:秦关
  1. Bilinearinterpolation

    0下载:
  2. 双线性插值法,用于图像的放大,将图像放大-Bilinear interpolation for image magnification, the image to enlarge
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:588
    • 提供者:王一
  1. Geometry01

    0下载:
  2. 对图像进行加、减、乘、除、放大、缩小的运算-To add, subtract, multiply, divide, enlarge, reduce On the image.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:593
    • 提供者:梦游
  1. algothin

    0下载:
  2. 主要给出了用小波的二进制进行图像放大的一些程序-Are given for the use of wavelets for image to enlarge some of the binary program
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3636
    • 提供者:陈惠惠
  1. processing

    0下载:
  2. 通过设计GUI界面,实现图像的读取、保存、灰度变化、直方图、多种增强、滤波,图像复原、多种边缘检测、图像放大、缩小等 -Through the design of GUI interfaces to achieve the image to read, save, gray change, histogram, a variety of enhancement, filtering, image restoration, multi-edge detection, image scaling
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3653
    • 提供者:jessica
  1. bilinear_interpolat2

    0下载:
  2. 双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:569
    • 提供者:ramseysutherla
  1. PVEInterpolation

    0下载:
  2. 实现图像的像素放大功能,插值放大法,例如将一副128*128的图像放大为512*512的图像,希望对大家有所帮助-Image pixel zoom function, interpolation magnify
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1635490
    • 提供者:卢星如
  1. 2DWaveletsimpression

    0下载:
  2. 由于小波及小波包技术可以将信号或图像分层次按小波基展开,所以可以根据图像信号的性质以及事先给定的图像处理要求确定到底要展开到哪一级为止,从而不仅能有效地控制计算量,满足实时处理的需要,而且可以方便地实现通常由子频带、层次编码技术实现的累进传输编码(即采取逐步浮现的方式传送多媒体图像)。这样一种工作方式在多媒体数据浏览、医学图片远程诊断时是非常必要的。另外,利用小波变换具有放大、缩小和平移的数学显微镜的功能,可以方便地产生各种分辨率的图像,从而适应于不同分辨率的图像I/O设备和不同传输速率的通信系
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2168
    • 提供者:彭立军
  1. 04

    0下载:
  2. 本程序采用传统的snake模型,改进后通过双线性实现彩色图像放大,效果良好-The program uses the traditional snake model, improved by bilinear achieve color image to enlarge, to good effect
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1614
    • 提供者:王少华
  1. bilinear_interpolation

    0下载:
  2. 这个程序采用双线形插值实现图像放大。参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-This program implement bilinearity interpolation to realize image zoom out .
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1872
    • 提供者:潘婷婷
  1. 对两幅图片进行图像匹配

    0下载:
  2. 基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。
  3. 所属分类:matlab例程

  1. CorrectionImage

    0下载:
  2. 这是在Matlab软件平台下的 GPU程序,进行图像放大的并行运算,使用CUDA来编写程序。(This is in the Matlab software platform under the GPU program, image amplification parallel operation, using CUDA to write programs.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:952320
    • 提供者:仁仁
« 12 3 4 »
搜珍网 www.dssz.com