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

搜索资源列表

  1. 图像识别第一部(共三步)

    4下载:
  2. 图像与处理、边缘检测、放大、识别全过程,带有Matlab的GUI
  3. 所属分类:图形/文字识别

    • 发布日期:2008-07-29
    • 文件大小:78377
    • 提供者:liujingwei
  1. 图像处理插值1[1].2

    0下载:
  2. 用插值算法实现的图像放大,缩小,灰度图的转换等功能-interpolation algorithm used to enlarge images, narrow, grayscale conversion function
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:190693
    • 提供者:师为礼
  1. 模拟图像边缘检测的C代码[原创]

    1下载:
  2. 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is near the edge of distortion, pse
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1191
    • 提供者:hj
  1. 图像放大

    0下载:
  2. 有了它就可以知道原来点击放大图象也很简单的啊,随心所欲的放大我的图片。-made it know that it can enlarge images are very simple ah, and to engage in my pictures to enlarge it.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:97744
    • 提供者:张亚辉
  1. 图像处理的偏微分方程方法源码

    5下载:
  2. 《图像处理的偏微分方程方法》系统地讨论了偏微分方程在图像处理中的应用,内容包括图像滤波、复原、分割、放大、图像增强、彩色增强等。全书突出了理论与实践紧密结合的特点。该资料是书中若干典型数值方案的实验性MATLAB程序和可供实验用的图像素材。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-04-23
    • 文件大小:7403781
    • 提供者:happystudy
  1. NEDI图像插值

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

    • 发布日期:2011-03-23
    • 文件大小:172442
    • 提供者:zhangsilong
  1. 图像的读入、显示与放大缩小图像的存储(MFC)

    5下载:
  2. 图像的读入、显示与放大缩小图像的存储(MFC),适合初学者
  3. 所属分类:界面编程

    • 发布日期:2011-04-26
    • 文件大小:4569748
    • 提供者:adong7639
  1. 图像几何变换

    0下载:
  2. VC++编写的图像几何变换程序,界面分成原图显示区和变换后显示区,几何变换包括了:图像平移、水平镜像、垂直镜像、图像转置、图像缩小、图像放大、图像旋转
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-11-22
    • 文件大小:1595624
    • 提供者:66173287@qq.com
  1. GeoTrans.灰度图像的各种操作源代码

    0下载:
  2. 数字图像处理中,灰度图像的放大、缩小,平移和旋转功能实现的源代码,分别采用最近邻插值法和双线性插值方式实现。,Digital image processing, the gray-scale image to enlarge, narrow, pan and rotate functions of the source code, respectively, using nearest neighbor interpolation and bilinear interpolation way.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:69752
    • 提供者:caonimabitoo
  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. ScrollBitmap_demo

    0下载:
  2. Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disad
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:32222
    • 提供者:徐丽志
  1. 2

    0下载:
  2. 编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translation process the preparation o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:5210775
    • 提供者:程博
  1. ZoomInOut_IDL

    2下载:
  2. 一个非常好的IDL图像处理代码,可以实现图像的放大缩小平移全图,对鼠标事件有很好的响应,是做遥感项目时的主要参考代码,对于初接触IDL处理图像的是一个很好的案例,里面有现成图像-A very good IDL image processing code, can be achieved image zoom pan-wide map of mouse events have a very good response is to do remote sensing projects the mai
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-07
    • 文件大小:290620
    • 提供者:吴军
  1. chap1_3

    0下载:
  2. 图像的几何变换,包括图像的放大,和图像的缩小,图像的旋转,图像的平移,插值-Images of geometric transformations, including image magnification, and image reduction, image rotation, image translation, interpolation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2609083
    • 提供者:刘国玉
  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. splines5

    0下载:
  2. 样条函数用于图像放大;可放大任意倍数;五次样条函数的构造 -five splines function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:143062
    • 提供者:kk
  1. DCT-Domain-Image-Resizing-Algorithm

    0下载:
  2. 图像放大打算,关于高频DCT变换的,代码里面有介绍,我自己科研实现的-DCT based transformation for high frequences. A Complexity Scalable Universal DCT Domain Image Resizing Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:77542
    • 提供者:amiao
  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. 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
    • 提供者:仁仁
  1. enlage

    0下载:
  2. 基于MATLAB的图像放大源代码,该代码能将图像任意的放大(The document provides image magnification of the MATLAB source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:16384
    • 提供者:happy哈哈
« 1 2 34 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com