搜索资源列表
MATLAB_ks
- 利用MATLAB GUI设计实现图像处理的图形用户界面,利用MATLAB图像处理工具箱实现以下的图像处理功能: 1. 采用matlab Guide设计实现图像界面与按钮界面。 2. 连接摄像头,编写MATLAB初始化程序 3. 用摄像头采集一副图像,并能实现保存(使用控件按钮保存)。 4. 设计按钮实现对图像进行任意的亮度和对比度变化调整,显示和对比度变化前后的图像。 5. 设计按钮实现用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 -Designed and
Keyboard
- 用matlab的GUIDE编写的GUI界面,可以实现简易的电子琴功能。并可以实现自动播放自定义的文件乐谱。-Written by matlab' s GUIDE GUI interface, you can achieve simple keyboard functions. And can automatically play custom music files.
MATLAB_guide
- 文章中介绍了matlab的所有重要命令,能够满足简单matlab编程的需求-Matlab article describes all the important orders, to meet the demand for simple programming matlab
GUIDE
- 有关Matlab软件开发GUI的开发文件-Matlab software development related to the development of GUI file
GUIwithMatlab
- MATLAB的gui指导,各种情况详细的代码-MATLAB-gui guide, the code in detail the various situations
MATLAB.chinesesBook
- 第一篇 基本概述 第一章 基本概述 第二章 初探MATLAB 第二篇 繪圖功能 第三章 二維平面繪圖 第四章 三維立體繪圖 第五章 數值運算與其他應用面 第六章 影像顯示與讀寫 第七章 動畫製作 第八章 握把式圖形與GUI設計 第九章 GUIDE:GUI設計環境 第三篇 變數與資料結構 第十章 矩陣的處理與運算 第十一章 字元與字串 第十二章 多維陣列 第十三章 異質陣
activeContoursSnakesDemo
- 本演示实现了主动轮廓模型由Kass等人提出。 要运行它的图形用户界面 1。基于MATLAB型引导提示。 2。关于“到现有的图形用户界面,点击” 3。选择在与本文件相同的目录snk.fig文件 4。按一下上方的绿色箭头启动图形界面 一旦GUI已经启动,您可以通过使用蛇 1。点击“新形象”,并加载输入图像。提供的样品图像。 2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。 3。只要你点击“过滤器”,头发会出现交叉
incidewave
- 主要描述的是平面电磁波的电磁散射问题,适合搞电磁计算的科研人员等-This guide provides a brief reference to the Graphical User Interface (GUI) that implements the propagation of a TE (Transverse Electric)/TM (Transverse Magnetic) plane wave through a multilayered structure of media w
GUI-with-Matlab
- GUI with Matlab。Written By: Yair Moshe。GUI with Matlab - Outline 1. Basic Graphics 2. Animation 3. Handle Graphics Objects 4. Creating GUI using GUIDE-GUI with Matlab。Written By: Yair Moshe。GUI with Matlab- Outline 1. Basic Graphics 2
MATLAB-GUI
- This a very good guide for the beginners who will work on GUI. -This is a very good guide for the beginners who will work on GUI.
MATLAB_GUI
- Matlab GUI编程技巧有关GUI实时显示的问题怎么直接将一段.txt格式导到MATLAB中-Matlab GUI programming skills issues related to how real-time display GUI directly to the section. Txt format in the guide to MATLAB
Matlab-GUI
- 在matlab编译环境下对用户界面的编译快速入门教程,对于matlab初学者比较有帮助。-In the matlab compiler environment of the user interface compiler Quick Start Guide, more helpful for matlab beginners.
guistudyexample
- 一些比较经典的MATLAB gui界面的例子,对指导GUI编程很有意义 (数值分析)-Some of the more classic examples of MATLAB gui interface, it makes sense for GUI programming guide (Numerical Analysis)
uicontrol
- gui controls M-file shows how to use the GUIDE in MATLAB for example the pop-up menu. edit text, ect.,
GUI-with-Matlab
- GUI with Matlab,including basic graphics, animation, handle graphic objects, creating GUI using Guide-GUI with Matlab
GUIDE
- 自学MATLAB过程中对gui界面的总结,初学者可以当做入门参考资料(A summary of the GUI interface in the self-taught MATLAB process can be used as a beginner's reference for a beginner)
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe
MATLAB答题卡识别(GUI,论文)
- MATLAB答题卡识别(GUI,论文) 本课题为基于MATLAB的不变矩答题卡识别。可识别学号,学科,答案,并进行分数统计,以及判断是否及格。后台可设置标准excel答案。经过灰度变换形成灰度图像、二值化处理、图像滤波、边缘检测、hough变换等预处理。带GUI交互式界面。(Matlab answer card recognition (GUI, paper) This topic is based on MATLAB moment invariant answer card recogni
MATLAB缺陷检测系统
- MATLAB缺陷检测系统 该课题为基于形态学的缺陷检测,素材采用的是光伏板缺陷。通过灰度,二值化,边缘检测,形态学,开闭运算,去除小面积干扰等方法,判断出缺陷所在,定位,并且框出,且计算出各个块面积。配有一个人机交互界面,把缺陷个数,面积等分别显示到GUI界面上。(Matlab defect detection system This topic is based on the morphological defect detection, the material is photovolt
Matlabkmeans聚类分割GUI,分割聚类数可以输入
- 该课题为基于kmeans的聚类分割,输入一张彩色图像,可以选择需要分割成多少类,就会以不同颜色区分不同的块,带有GUI界面,操作丰富。(This topic is based on Clustering Segmentation of kmeans. Input a color image, you can choose how many categories you need to segment, and then different blocks will be distinguished