搜索资源列表
image
- 基于Matlab GUI的图像处理的基本方法的整合,包括直方图、滤波、小波、水印、分割等等,参数自由可调,重要代码有详细注释,完全原创,上传交流-Matlab GUI for image processing based on the basic methods of integration, including histograms, filtering, wavelet, watermarks, split, etc., free adjustable parameters, an impo
MATLAB_ks
- 利用MATLAB GUI设计实现图像处理的图形用户界面,利用MATLAB图像处理工具箱实现以下的图像处理功能: 1. 采用matlab Guide设计实现图像界面与按钮界面。 2. 连接摄像头,编写MATLAB初始化程序 3. 用摄像头采集一副图像,并能实现保存(使用控件按钮保存)。 4. 设计按钮实现对图像进行任意的亮度和对比度变化调整,显示和对比度变化前后的图像。 5. 设计按钮实现用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 -Designed and
pixel_proc
- matlab像素级图像处理,,显示处理结果,适合于图像处理入门。包括了一些基本的图像处理方法,如求反,均值滤波中值滤波,拉斯变换,还有一个结构光条纹中心求取程序。所有程序有一个gui界面,方便操作。-matlab pixel level image processing, display the results, suitable for image processing started. Includes some basic image processing methods, such as
matlabgui
- MATLAB简单应用,有GUI界面,有图像处理程序-Simple application of MATLAB, a GUI interface, and image processing procedures
Matlabprime
- Matlab基于金字塔结构的图像处理 GUI界面,可直接使用-Matlab based on the pyramid structure of image processing GUI interface, can be directly used
MATLAB-GUI
- 这是用MATLABgui进行图像处理的一个例子,适合初学者使用-this is a example of using matlab gui to process image.It is great for the green hand of matlab gui.
MatlabGUI
- matlab GUI编程的方法进行数字图像处理功能的实现。-matlab GUI programming methods to the realization of digital image processing.
matlab-GUI-12345
- 自己编写的图像处理软件,MATLAB GUI 编程实现,主要用来实现多界面调用,进度条等功能的实现。-Write your own image processing software, MATLAB GUI programming, mainly used to implement multi-interface call to the realization of the progress bar and other functions.
GUI
- 运用MATLAB工具箱实现图像处理的GUI程序设计-Image processing using MATLAB toolbox of GUI programming
matlab_TXCL
- 强大的图像处理程序,良好的GUI界面,可以进行图像的基本编辑、图像滤波、傅里叶变换、噪声去除、图像增强等-Powerful image processing program, a good GUI interface and basic editing can be image, image filtering, Fourier transform, noise removal, image enhancement, etc.
GUI-JIAODIAN
- 在matlab的GUI界面实现图像的角点检测-In the matlab GUI interface for image corner detection
Matlab-GUI-tuxiangchulixitong
- 本设计完成实现由杨帆编著的数字图像处理与分析(第二版)书中的第六章—数学形态学及其应用中的相关功能:对图像进行腐蚀和膨胀,对图像进行形态学滤波以及骨架提取。-The design is completed implemented by Yang Fan edited digital image processing and anal
MATLAB-GUI
- matlab GUI 图像处理常用代码 文件打开 保存等基本功能-matlab GUI tuxiang chuli changyongdaima
image-process-matlab-GUI
- matlab GUI程序,实现数字图像处理的许多功能,包括亮度变换,几何变换,空域滤波,频域滤波,小波变换,彩色图像变换,去噪,复原,压缩编码等。-matlab GUI program, many digital image processing functions, including brightness transformation, geometric transformation, spatial filtering, frequency domain filtering, wavel
code
- 用于图像处理的基本变换,集成于MATLAB的GUI设计平台(For the basic transformation of image processing,and integrated in the MATLAB GUI design platform)
新建文件夹
- 实现在guide界面下进行图像处理,包括几何处理(缩放,旋转,剪切),格式变换,读取和保存文件(Implement image processing in guide interface)
1120141111_蒋露_gui设计
- 图像处理gui用户界面 包括反转、锐化、模糊等功能实现(Image processing GUI user interface includes functions of inversion, sharpening, fuzziness and so on.)
4.2 基于GUI交互操作的数字图像处理实现
- 对实现通过matlab进行图像处理的操作有一定的帮助与借鉴意义。(matlab image processing)
MATLAB图像采集
- 能够通过蓝牙模块接受摄像头图像信息将其使用MATLAB进行处理,程序中接口已经写好,可在相应部分更改图像分辨率、蓝牙名称,就可用于机器人,智能车等的轻量级摄像头图像处理开发(The camera image information can be received by Bluetooth module and processed by MATLAB. The interface in the program has been written. The image resolution and B
MATLAB课堂考勤(GUI)
- MATLAB课堂考勤(GUI) 该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.