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

搜索资源列表

  1. code3

    0下载:
  2. 精通MATLAB数字图像处理与识别,第三章练习代码-Proficient in MATLAB digital image processing and recognition, the third chapter exercises code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3555
    • 提供者:mark
  1. chapter4

    0下载:
  2. 精通MATLAB数字图像处理与识别 chapter4 代码-Proficient in MATLAB digital image processing and recognition chapter4 code
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:184805
    • 提供者:mark
  1. chapter5

    0下载:
  2. 精通MATLAB数字图像处理与识别 chapter5 代码-Proficient in MATLAB digital image processing and recognition chapter5 code
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1257298
    • 提供者:mark
  1. chapter6

    0下载:
  2. 精通MATLAB数字图像处理与识别 chapter6 代码-Proficient in MATLAB digital image processing and recognition chapter6 code
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:271964
    • 提供者:mark
  1. chapter9

    0下载:
  2. 精通MATLAB数字图像处理与识别 chapter9 代码-Proficient in MATLAB digital image processing and recognition chapter9 code
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:171360
    • 提供者:mark
  1. chapter10

    0下载:
  2. 精通MATLAB数字图像处理与识别 chapter10 代码-Proficient in MATLAB digital image processing and recognition chapter10 code
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:93385
    • 提供者:mark
  1. chapter11

    0下载:
  2. 精通MATLAB数字图像处理与识别 chapter11 代码-Proficient in MATLAB digital image processing and recognition chapter11 code
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5445
    • 提供者:mark
  1. xml-to-mat

    1下载:
  2. 此代码应用于将xml文件转换为mat文件。在图像的目标识别时我们需要获得一些图像的点坐标。但是通过label me。我们只能获得xml文件的形式,这样我们就需要将xml文件转换为mat文件。方便在matlab的语言环境中进行处理-This code is used in the xml file into mat file. When the target image recognition we need at some point in image coordinates. But by l
  3. 所属分类:Special Effects

    • 发布日期:2016-04-11
    • 文件大小:212992
    • 提供者:张友钧
  1. masking

    0下载:
  2. It is a matlab code to make a masking in spatial domain for an image. it contains different type of masking procedure for image processing.
  3. 所属分类:software engineering

  1. GUISHEJIMATLAB3

    1下载:
  2. 这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-This program debug version then matlab2012b success in graduate design information
  3. 所属分类:3D Graphic

    • 发布日期:2015-05-23
    • 文件大小:3087360
    • 提供者:李雷
  1. dingwei

    1下载:
  2. 在人脸局部图像中定位嘴的中心。MATLAB环境代码,配有实验用图。具体步骤:对输入图像进行二值化处理-标注二值图像中的连通分量-找出最大的连通分量-计算最大联通分量中心。《精通Matlab数字图像处理与识别》-The face part image is positioned in the center of the mouth. MATLAB environment code, with experimental Fig. Specific steps: input image binariz
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3303
    • 提供者:廖欣
  1. MATLAB_Program

    1下载:
  2. PM去噪模型的MATLAB代码,有参数选取,阀值的自由生成,并且是m.函数的形式,输入图像后可也自动进行运算处理,最后输出去噪后的图像。-MATLAB code PM denoising model, there are parameters selected, the freedom generation threshold, and is m. In the form of the function, the input image can also automatically after
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:17034
    • 提供者:linmaoduian
  1. mini-optical-flow

    0下载:
  2. image processing this code through matlab is to compute the OF(Optical Flow) from the basic method and you have to imput your own image of type .ppm to specify the extension of the image including in the same repertory than the source of the code i
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:67143
    • 提供者:murphy
  1. 2DPCA

    0下载:
  2. 这是一个在MATLAB中实现的基于PCA算法的人脸图像处理代码-This is based on PCA algorithm of a face image processing code implemented in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2574
    • 提供者:小贱
  1. jiaquan

    0下载:
  2. 数字图像处理中所用的灰度加权法,matlab源代码,用于处理图像求质心点坐标-Digital image processing method used in the weighted gray, matlab source code, image processing is used to find the centroid point coordinates
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:564
    • 提供者:jin
  1. K

    0下载:
  2. K均值聚类在Matlab中的代码实现,是图像分割和图像识别中常用处理操作-K-means clustering code in Matlab realize image segmentation and image recognition is commonly used in processing operations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:746
    • 提供者:姜苏
  1. Dithering_24bits_exercise

    0下载:
  2. This code is matlab implementation for Dithering (24 bits) in digital image processing.
  3. 所属分类:GIS program

    • 发布日期:2017-04-07
    • 文件大小:525
    • 提供者:feras
  1. MedianCut

    0下载:
  2. This matlab code for Median-cut in digital image processing.-This is matlab code for Median-cut in digital image processing.
  3. 所属分类:GIS program

    • 发布日期:2017-04-11
    • 文件大小:640
    • 提供者:feras
  1. rgbcube

    0下载:
  2. This matlab code for RGB cube in digital image processing.-This is matlab code for RGB cube in digital image processing.
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:1045
    • 提供者:feras
  1. MCVEM_version1-0.tar

    0下载:
  2. This the MATLAB code that was used to produce the figures and tables in Section V of F. Forbes and G. Fort, Combining Monte Carlo and mean-field like methods for inference in Hidden Markov Random Fields, Accepted for publication in IEEE Trans. on
  3. 所属分类:Communication

« 1 2 ... 9 10 11 12 13 1415 16 17 18 »
搜珍网 www.dssz.com