CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - matlab,GUI

搜索资源列表

  1. gui_denoise

    0下载:
  2. 一个用于图像去噪的matlab的GUI界面程序实例,可以读入各种图像格式,选择不同去噪方法,产生去噪图像,并在同一界面下同时显示原始图像,加噪图像和去噪图像-one for Image Denoising Matlab GUI interface procedures example, can be read into various image formats, different Denoising, generated image denoising, and the same inter
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5.37kb
    • 提供者:王晓甜
  1. imagefilterdemo

    0下载:
  2. Matlab图像滤波的源码,结合GUI,对于初学者,简单易用
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:147.18kb
    • 提供者:刘鹏飞
  1. Matlab_GUI_examples

    0下载:
  2. 几个Matlab GUI设计的例子。每个例子实现一个小功能,对于了解GUI设计很有帮助
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.06kb
    • 提供者:青豆
  1. gui_game

    0下载:
  2. 一个使用matlab GUI实现的俄罗斯方块的程序,程序还有少量不足,愿一起改进!-Using matlab GUI implementation of a Tetris program, the program still small enough, like with the improvement!
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:7.28kb
    • 提供者:卓璐
  1. creaseg

    0下载:
  2. 主动轮廓跟踪的matlab GUI显示,对于学习GUI很有帮助。-Active contour tracking matlab GUI display, helpful for learning GUI.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1.78mb
    • 提供者:顾盼中
  1. matlab-GUI

    0下载:
  2. matlab GUI人机界面交互小程序。用GUI实现对2D图形的线形、颜色的控制。2图形可自己随意设计,程序中有详细步骤。-matlab GUI man-machine interface interactive applets. Control GUI achieve linear 2D graphics, color. 2 graphics can be free to design, detailed steps in the program.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-01
    • 文件大小:1.42kb
    • 提供者:bhmf
  1. wenzishibie

    0下载:
  2. 在matlab环境下,建立一个GUI界面,能实现文字识别功能。适合初学图像处理。-In the matlab environment, the establishment of a GUI interface, can realize character recognition function. Image processing, suitable for beginners.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-11
    • 文件大小:52.13kb
    • 提供者:康国炼
  1. IMAGE-GUI

    0下载:
  2. matlab gui程序可以读取PEt和ct图像!十分好用,强力推荐!界面简洁实用!-matlab gui program can read the PET and CT images! Very easy to use, highly recommended
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-06
    • 文件大小:10.62kb
    • 提供者:刘冰
  1. eluosifangkuai

    0下载:
  2. 用matlab实现俄罗斯方块游戏,采用GUI技术,效果比较好,不错!-Using matlab to achieve Tetris game, using GUI technology, the effect is good, good!
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:4.55mb
    • 提供者:张文
  1. MATLAB-GUIshejixuexishouji

    0下载:
  2. matlab GUI 设计学习手记里面的源代码,有很大参考价值,里面的例子很详细。-Learning Notes matlab GUI design inside the source code, there is a great reference value, which is very detailed examples.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:137.71kb
    • 提供者:张文
  1. Graphics

    0下载:
  2. 这是种子填充算法的matlab实现,并且用GUI进项展示,便于发现不同算法的实现效率。-This is the seed filling algorithm matlab implementation, and proceeds with the GUI display, easy to find different algorithms to achieve efficiency.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:20.56kb
    • 提供者:陈海琛
  1. matlab-gui

    0下载:
  2. matlab gui绘图,可视化操作界面绘图,简化绘图过程,使得matlab绘图更加方便快捷-Drawing matlab gui
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2.36kb
    • 提供者:alex
  1. digital-image-dispose

    0下载:
  2. 数字图像处理,完成Matlab GUI程序或C/C++程序,有两个显示区域,实现功能: 1)读入灰度或彩色图像,可放大缩小显示; 2)完成图像对比度的简单、分段线性变换及非线性变换,并与原图像对比显示;-Digital image processing, Matlab GUI to complete the program or C/C++ program, there are two display areas, to achieve functional: 1) read in
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:14.15kb
    • 提供者:卢雨笑
  1. beziersurface-matlab

    1下载:
  2. 实现两个bezier曲面的G1拼接,matlab GUI编程书写,交互式书写。-bezier sueface
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:33.66kb
    • 提供者:jht
  1. matlab-prac

    0下载:
  2. 实现了基于MATLAB GUI的一个简单图像降噪过程,可以添加不同噪声,选择不同去噪方法。对新手可能有点启发。-Implements a simple image noise reduction process is based on MATLAB GUI, you can add different noises, different Denoising. The novice may be a bit of inspiration.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:79.77kb
    • 提供者:钱烨
  1. Image-Objective-evaluation-by-GUI

    1下载:
  2. 针对单幅图像采用六种算法进行客观评价,并给出计算客观评价值得MATLAB GUI交互界面程序-Image Objective uation by MATLAB GUI
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:10.83kb
    • 提供者:史江林
  1. NEW

    0下载:
  2. 数字信号处理工具,GUI,基于matlab编写,很好的一个学习工具-Digital signal processing tools, GUI, based on matlab prepared a great learning tool
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:426.67kb
    • 提供者:王秀娟
搜珍网 www.dssz.com