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

搜索资源列表

  1. filterGUI.rar

    0下载:
  2. 一个GUI界面,实现图像读入,滤波等功能,适合初学matlab的GUI者,A GUI interface, the realization of the image read, filter and other functions, suitable for novice matlab from the GUI
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5670
    • 提供者:siant
  1. HW5

    1下载:
  2. 对已有图像进行区域识别,画出决策树,并在测试图像上进行测试。-The image of the existing regional recognition, draw the decision tree, and the test images for testing.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:5506
    • 提供者:chang
  1. registration

    1下载:
  2. 基于互信息的图像配准,使用pso和powell优化算法,GUI界面,proj.m-Based on mutual information image registration, use the pso and powell optimization, GUI interfaces, proj.m
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:21684
    • 提供者:周一一
  1. rgb

    0下载:
  2. 有关图像的RGB三色的合成、分离,还用到了Matlab中得gui界面的设置。-Three-color RGB images related to the synthesis, separation, also used in Matlab, was gui interface settings.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:250853
    • 提供者:chenye
  1. pixel_proc

    1下载:
  2. matlab像素级图像处理,,显示处理结果,适合于图像处理入门。包括了一些基本的图像处理方法,如求反,均值滤波中值滤波,拉斯变换,还有一个结构光条纹中心求取程序。所有程序有一个gui界面,方便操作。-matlab pixel level image processing, display the results, suitable for image processing started. Includes some basic image processing methods, such as
  3. 所属分类:matlab

    • 发布日期:2016-10-04
    • 文件大小:194560
    • 提供者:jumping
  1. leipingjun

    1下载:
  2. Matlab,利用类平均聚类方法识别各种图像(主要是遥感图像)中不同地物的GUI程序,距离的计算可以选择三个不同的函数,包裹中包含一个主程序,一个fig文件和三个距离函数。-This GUI project can divide deferent ground objects with the method of group-average cluster.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:9296
    • 提供者:Michael J
  1. MatlabImageProcess

    0下载:
  2. Matlab写的图像处理中的基本算法包括直方图均衡化,拉普拉斯锐化,Sobel锐化,含GUI界面-Matlab Image Processing written by the basic algorithm, including histogram equalization, sharpening Laplace, Sobel sharpening, with GUI interface
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:5730
    • 提供者:张宏欣
  1. mmview3d

    0下载:
  2. matlab图像处理:GUI controlled Azimuth and Elevation 调整算法代码-matlab image processing: GUI controlled Azimuth and Elevation adjustment algorithm code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2153
    • 提供者:小伟
  1. IRView

    2下载:
  2. 这是一个用MATLAB语言编写的有关红外图像各方面处理的GUI界面软件,有各种滤波等-This is a MATLAB language using infrared images of the deal with all aspects of the GUI interface software, has a variety of filtering
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:27521
    • 提供者:
  1. see

    0下载:
  2. 这个GUI界面软件能从你的计算机里读出你的图像,可以加入噪声,而给你提供各种滤波器来研究他们的特性。噪声类型:高斯噪声、淑盐噪声、泊松噪声-This GUI based code can read images from your computer , add noise to it and gives you different types of filters to study their performance. The Noises type : Gaussian
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2978
    • 提供者:
  1. ASK-OOK-FSK-BPSK

    1下载:
  2. Matlab代码实现了一个调制的GUI界面,同时实现了ASK, OOK, BPSK, QPSK, 8PSK调制算法的源代码。以图像形式展示了各种调制算法的实际运行结果。 -Matlab code implementation of a modulation GUI interface, at the same time achieve the ASK, OOK, BPSK, QPSK, 8PSK modulation algorithm source code. Image form a
  3. 所属分类:matlab

    • 发布日期:2015-01-25
    • 文件大小:4585
    • 提供者:林文媛
  1. drtoolbox.tar

    1下载:
  2. 这是一个MATLAB工具箱包括32个降维程序,主要包括 pca,lda,MDS等十几个程序包,对于图像处理非常具有参考价值- ,This Matlab toolbox implements 32 techniques for dimensionality reduction. These techniques are all available through the COMPUTE_MAPPING function or trhough the GUI. The following techn
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-09
    • 文件大小:1077768
    • 提供者:yang
  1. ImageSelectROI

    1下载:
  2. 这个Matlab实现的GUI,可以选择其中图像中的矩形及正方形等感兴趣区域ROI。-The Matlab implementation of the GUI, can select one of images, such as rectangular and square region of interest ROI.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6459
    • 提供者:
  1. photoprocess

    2下载:
  2. 数字图象处理系统,使用MATLAB的GUI模块,可实现图象的直方图均衡、灰度化、二值化、缩放、边缘检测、增加噪声、图像变换、去噪等功能。使用时请将fig文件和m文件和图像放在一个文件夹内-photo process system,use matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:6460
    • 提供者:tingting
  1. mmahjongg

    0下载:
  2. 这是一个用Matlab编写的麻将连连看程序,对于图像操作的理解有很好的帮助。-This game is a matlab version of the famous chinese tile matching game. The look and feel of the game is similar to xmahjongg game. I used to play xmahjongg when I used the old xsparc system maybe more
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:64775
    • 提供者:赵军
  1. tuxiang

    0下载:
  2. 实现指纹图像增强,直方图均衡化等空域增强后,在频域也进行增强。开发环境为MATLAB软件。-The realization of fingerprint image enhancement, histogram equalization, such as enhanced airspace, in the frequency domain also enhanced. Development environment for the MATLAB software.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:50502
    • 提供者:meijing
  1. edgetest

    0下载:
  2. 用matlab制作的GUI,可以方便地读取图像并利用常用的五种图像边缘提取算子来提取图像边缘,具体使用方法详见压缩包中doc文件-Edge test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:82151
    • 提供者:Michael J
  1. Matlabfg

    0下载:
  2. Matlab实现的均匀性度量法进行图像分割代码,有一定参考价值,包含GUI界面-Matlab to achieve uniformity of measurement method of image segmentation code, have a certain reference value, including the GUI interface
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:6370
    • 提供者:张宏欣
  1. guisimulink

    0下载:
  2. 本程序用于开发图形图像处理仿真gui软件的,参阅www.xin7de.cn-GUI software
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:10242
    • 提供者:李林
  1. T_youhua

    0下载:
  2. 汽车机构优化程序,GUI界面,并显示图形图像-Auto body optimizer, GUI interface, and display graphic images, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:134695
    • 提供者:zhangxu
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 28 »
搜珍网 www.dssz.com