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

搜索资源列表

  1. IDB.rar

    1下载:
  2. 这是图像恢复中的盲反卷积迭代算法的matlab的源程序,对于学习数字图像有很大的好处!,This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1649
    • 提供者:张磊
  1. PSNR.rar

    2下载:
  2. 求数字图像处理后的评价参数(SNR)信噪比,matlab原程序!,After the digital image processing for the evaluation parameters (SNR) signal to noise ratio, matlab original program!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-05-17
    • 文件大小:566
    • 提供者:胡晓明
  1. as.rar

    0下载:
  2. 这是我们数字图像处理课程的大作业,我自己用matlabGUI做了一个界面,希望对大家有用,谢谢!,This is a large digital image processing program operations, for my own use matlabGUI made an interface and hope for all of us, thank you!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1473422
    • 提供者:郑强
  1. matlab

    0下载:
  2. matlab关于直方图,均衡化,白平衡,匹配,边缘检测,图像变换的有关数字图像处理方面的几个程序代码。-matlab on histogram equalization, white balance, matching, edge detection, image transformation on several aspects of digital image processing code.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:3683
    • 提供者:陶渊然
  1. MATLAB_Digital-

    0下载:
  2. MATLAB数字图像处理(张德丰)书本实例源代码-MATLAB image processing (Zhang Defeng) source code examples from books
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:41060
    • 提供者:吴礼财
  1. gskmadechar.rar

    0下载:
  2. 基于人工神经网络的手写英文字母、数字图像识别的源程序代码。,Based on Artificial Neural Network handwritten letters of the alphabet, the digital image to identify the source code.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:4529
    • 提供者:吕文华
  1. wavecut.rar

    0下载:
  2. 在MATLAB环境中,进行数字图像处理中常用到的小波函数系列之三,In the MATLAB environment, to carry out commonly used in digital image processing of the wavelet function series of three
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:844
    • 提供者:chenxiaojuan
  1. ConnectedComponents.rar

    0下载:
  2. 像素间的连通性简化了许多数字图像概念的定义,如边界或区域,为了确定两个像素是否连通,必须确定它们是否相邻及其灰度值是否满足特定的相似性准则。编写一个标注和计算二值图像连同单元的程序,Connected Components
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:81611
    • 提供者:jhm
  1. ImageCompressed.rar

    2下载:
  2. 利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大,The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infinite PSNR
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:169092
    • 提供者:tianjieyu
  1. matlab7.x.rar

    0下载:
  2. matlab数字图像处理的源代码,包括边缘检测,感兴趣区域处理,熟悉滤波器的设计等。,Digital image processing source code
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:67778
    • 提供者:wangguo
  1. matlab-5

    0下载:
  2. 1了解图像变换的意义和手段; 2熟悉离散傅里叶变换、离散余弦变换、离散小波变换的基本性质; 3熟练掌握图像变换的方法及应用; 4通过实验了解二维频谱的分布特点; 5通过本实验掌握利用MATLAB编程实现数字图像的变换。 -An understanding of the meaning and image transformation means 2 familiar with the discrete Fourier transform, discrete cosine t
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:13327
    • 提供者:wanghui
  1. LBP-SIFT-image-matching-algorithm-combined

    3下载:
  2. SIFT和旋转不变LBP 相结合的图像匹配算法(数字图像处理/图像匹配)-SIFT and LBP combined rotation invariant image matching algorithm (digital image processing/image matching)
  3. 所属分类:Special Effects

    • 发布日期:2016-01-22
    • 文件大小:603136
    • 提供者:马蓉琼
  1. sztx

    0下载:
  2. 数字图像处理 拉普拉斯锐化处理 图像平滑-we are all have to do every thing
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:281641
    • 提供者:gaolianjun
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. FCM(1)

    0下载:
  2. 这是我们的数字图像处理的大作业,用模糊聚类的方法做的图像分割,希望对大家有用,谢谢!-This is our large digital image processing operations, with the fuzzy clustering method to do image segmentation, hope for all of us, thank you!
  3. 所属分类:Special Effects

    • 发布日期:2016-02-19
    • 文件大小:210139
    • 提供者:郑强
  1. DES

    3下载:
  2. DES算法matlab实现数字图像加密 -Image encryption DES algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2137
    • 提供者:若曦雪
  1. MATLAB6

    0下载:
  2. Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Matlab environment, several digital image processing experiments, including the image gray level transformation, histogram equalization, histogram matching, neighborhood average, local
  3. 所属分类:File Formats

    • 发布日期:2017-05-17
    • 文件大小:5100168
    • 提供者:王宇歆
  1. DIPDemo

    2下载:
  2. 《数字图像处理与机器视觉:Visual C++与Matlab实现》7 V图像的点运算,几何变换, 图像增强,彩色图像处理,实用案例——汽车牌照的投影失真校正-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 6 support vector machines, comprehensive case- based on PCA and SVM for Face Re
  3. 所属分类:Special Effects

    • 发布日期:2016-12-18
    • 文件大小:7230730
    • 提供者:陈新秋
  1. MATLAB-image

    0下载:
  2. 介绍了如何利用MATLAB 及其图像处理工具箱进行数字图像处理,并通过一些例子来说明利 用MATLAB 图像处理工具箱进行图像处理的方法-Describes how to use MATLAB and its Image Processing Toolbox for digital image processing, and some examples to illustrate the use of MATLAB image processing toolbox for image pro
  3. 所属分类:Development Research

    • 发布日期:2017-11-03
    • 文件大小:213347
    • 提供者:吴志国
  1. DICM

    1下载:
  2. DICM程序,包含数字图像相关算法的全部流程,可用于位移和应变的检测。-DICM program contains all the digital image correlation algorithm process, can be used for the detection of displacement and strain.
  3. 所属分类:matlab

    • 发布日期:2016-05-09
    • 文件大小:71680
    • 提供者:
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com