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

搜索资源列表

  1. 图像处理基本算法

    2下载:
  2. 图像处理的基本算法,真彩图片转二值,简单地从图像中提取目标物体
  3. 所属分类:matlab例程

  1. 基于AForge.net的图像处理代码

    1下载:
  2. 基于AForge.net的图像处理代码,包括灰度变换,直方图均衡化,边缘检测,图像滤波等。
  3. 所属分类:图形图象

  1. 小波变换对图像滤波

    4下载:
  2. 文档包含对图像进行滤波的常用方法如小波变换、中值滤波等方法的源代码。以及对该滤波方法进行阐述的报告。对学数字图像处理的同学们有帮助。
  3. 所属分类:matlab例程

    • 发布日期:2017-05-15
    • 文件大小:713011
    • 提供者:twotentwo
  1. 数字图像处理和去雾

    1下载:
  2. 实现图像处理的加噪声和去噪声,以及更高级的去雾功能(Fog to achieve image)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:4908032
    • 提供者:cdq
  1. 图像去雾算法源代码c++

    0下载:
  2. 图像去雾c++版源代码,实现效果还不错,可直接运行。(Fog to remove the c++ version of the source code, the effect is not bad, can be run directly.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-14
    • 文件大小:3433530
    • 提供者:绝版公子
  1. 图像消隐

    0下载:
  2. 实现图像消隐,可以用来参考学习,希望对你有所帮助。(Realize image hidden, can be used to refer to study, I hope to help you.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-22
    • 文件大小:2137088
    • 提供者:ycis666
  1. 多幅图像拼接

    4下载:
  2. 多幅图像拼接matlab实现 sift特征提取、描述、匹配、RANSAC、仿射变换(Multiple image mosaics, MATLAB, SIFT feature extraction, descr iption, matching, RANSAC, affine transformation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-15
    • 文件大小:6980608
    • 提供者:shh
  1. 图像去雾算法

    0下载:
  2. 有效处理退化后的模糊图像,使之变得清晰,从中恢复出尽可能多的有效信息变得极具意义,在消费电子、计算机图像以及计算机视觉领域都有重要价值。(Effective processing of degraded vague images to make it clear, from which to recover as much as possible effective information becomes very meaningful, in the consumer electronics,
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:12288
    • 提供者:文少
  1. 10surf 图像拼接(2013a)

    0下载:
  2. 通过MATLAB平台使用surf算法实现图像拼接(Through the MATLAB platform using surf algorithm to achieve image stitching)
  3. 所属分类:图形图象

    • 发布日期:2017-12-12
    • 文件大小:95926
    • 提供者:阿刚不再
  1. 图像去雾

    2下载:
  2. 图像去雾、MATLAB、demo、暗通道、模糊去雾、实时去雾等(Image to fog, MATLAB, demo, dark channel, fuzzy to fog, real-time fog and so on)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:746496
    • 提供者:阿刚不再
  1. 图像拼接

    0下载:
  2. 几个小程序,可以实现基础的图像拼接功能,供初学者学习和使用(Several small procedures, you can achieve the basis of image stitching function for beginners to learn and use)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:7168
    • 提供者:胡小虾
  1. 2015图像处理代码

    0下载:
  2. 图像处理matlab 一些例程代码,图像处理375例代码(Image processing matlab some routine code)
  3. 所属分类:图形图象

    • 发布日期:2017-12-25
    • 文件大小:150528
    • 提供者:IWTBAM
  1. 基于蚁群算法的图像边缘检测

    0下载:
  2. 基于蚁群算法的图像检测,检测效果很好(Image detection based on ant colony algorithm, the detection effect is very good)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:29696
    • 提供者:小o
  1. cvHSV(展示RGB、HSV图像)

    0下载:
  2. 展示彩色图像在RGB颜色和HSV各个分量下图像效果(Display the effect of color images in RGB and HSV components)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:4720640
    • 提供者:qingwu11
  1. meanshift彩色图像分割

    0下载:
  2. 采用meanshift法对彩色图像进行分割,主函数为Meanshift(Meanshift method is used to segment the color image, and the main function is Meanshift)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:4096
    • 提供者:Moyuwu
  1. 1.2图像的矩特征

    0下载:
  2. 例程1.2-1 in_image=imread('qingdao.jpg'); inv_m7 = invariable_moment(in_image); 注:输入图像应为RGB图像;若要是输入的是灰度图像,应去掉image=rgb2gray(in_image); 例程1.2-2 img=imread('qingdao.jpg'); img=rgb2gray(img); [A_nm,zmlist,cidx,V_nm] = zernike(img); 注:输入图像应为灰度图
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:39936
    • 提供者:张继刚123
  1. 1.3 图像的边缘检测

    0下载:
  2. 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:145408
    • 提供者:张继刚123
  1. 从网上获取图像

    0下载:
  2. 从从互联网上获取图像文件,并且保存到本地磁盘(get the picture in internet and download in your computer)
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:7168
    • 提供者:焱阳
  1. 图像融合程序

    1下载:
  2. 本程序是把两张图像进行融合处理,很实用的代码!(The gray image processing and median filter processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:49152
    • 提供者:星儿
  1. 图像融合代码

    2下载:
  2. 对常见的图像融合算法的代码实现过程进行总结(the sumary of some image fusion agrithms)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:1468416
    • 提供者:待码师
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com