搜索资源列表
jisuanji1tuxingxue1
- 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
MatlabImageProcess
- Matlab写的图像处理中的基本算法包括直方图均衡化,拉普拉斯锐化,Sobel锐化,含GUI界面-Matlab Image Processing written by the basic algorithm, including histogram equalization, sharpening Laplace, Sobel sharpening, with GUI interface
matlab6.5chengxu
- 第一章 MATLAB6.5 基础 第二章 MATLAB 图形绘制基础 第三章 MATLAB 图形对象 第四章 MATLAB 图形对象操作 第五章 GUI 设计 第六章 MATLAB 特殊图形的绘制 第七章 MATLAB 高级绘图功能】 第八章 数字图像原理 第九章 MATLAB 图像显示与色彩 第十章 MATLAB 图像正交变换 第十一章 滤波器的设计 第十二章 MATLAB 图像运算 第十三章 MATLAB 图像增强 第十四章
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
getdownlist
- 在virtools中利用2d完成下来菜单的功能。虽然virtools的gui不是很好,但是仅依靠图片也能完成基本的游戏信息转换。-The use of 2d completed in virtools down menu function. Although the virtools the gui is not very good, but only rely on pictures can also be converted to complete the basic game inform
WFTgui
- Windowed Fourier transform for fringe pattern analysis (with GUI) -• Run WFT in MATLAB environment. All processed data are automatically saved in result.mat 4. File list o wft2fw.m: the basic WFT algorithm. o unwrapping_qg_trim.m: quali
tuxiangchul
- MATLAB的GUI编程图像处理中的基本问题,包括膨胀,腐蚀,线性插值等等一系列的运算。-Image Processing MATLAB-GUI programming in the basic issues, including expansion, corrosion, linear interpolation and so a series of operations.
EdgeDet
- 基于matlab 7.0 的GUI设计,对图像的边缘方法进行了小结,本文档是图像处理基础知识,供大家相互交流。-The GUI design based on matlab 7.0, the method of image edge with a summary of the basic knowledge of image processing document, for all communicate to each other.
GUI
- 利用Matlab的图形用户界面(GUI)编程实现1.信号产生,信号基本运算,傅立叶变换 2.图像文件的读取和显示,图像增强,边缘检测,图像的数学变换-Using Matlab' s graphical user interface (GUI) programming 1. Signal generation, signal basic operations, Fourier transform 2. Read and display image files, image enhance
GUI-IP
- Image Processing Basic GUI - Matlab
bitverse-unity-gui-2010-02-05
- Unity的一个GUI包Unity一个2D游戏教程,附工程文件,脚本文件使用C#编写,能基本了解UNITY的特性-2D game tutorial for Unity, with project files-Unity Unity of a GUI package a 2D game tutorial, with project file, scr ipt file written in C#, to a basic understanding of the characteristics of
GUI
- matlab图形图像处理gui界面设计的程序 基本能满足要求-matlab graphics image processing gui interface design programs to meet the basic requirements
mygui
- GUI的几个经典例子,包涵最基本的GUI建立和和关闭,都是些最基本实例,非常的适合初学者。-The GUI several classic example, includes the most basic GUI and on and off, are some of the most basic instance, very suitable for beginners.
GUI--Basic-Operations-Guide
- GUI入门基本操作指南 提供比较好的资料信息内容-GUI Getting Started Basic Operations Guide provides better information on content
maltab-gui
- 利用MATLAB,使用GUI实现数字图像处理的基本功能,包括打开图像-The use of MATLAB, use the GUI to achieve the basic functions of digital image processing, including open image
MATLAB
- matlab GUI 视频教程源程序 包含基本的GUI操作-Video tutorial matlab GUI source code contains the basic GUI operation
matlab-code
- backgroundsubtractionGUI.m 实现背景差分方法的基本GUI界面设置 diedaierzhihua.m 用迭代分割的方法实现图像二值化 foreground.m 背景差分方法中前景图的构建 mianhuizhi.m 图像可视化中ct、mri图像的三维面绘制方法 rotate3d.m 图像可视化中对ct、mri图像进行面绘制并旋转 video2image.m 从视频中批量截取多帧图像 weicaise.m 对图像进行伪彩色处理-backgroundsu
gui
- 集成了《数字图像处理》书本上的所有关于图像处理的基本功能(Integrates all the basic functions of image processing on the "Digital Image Processing" book)
python_GUI
- python3.5下的GUI编写的基本用法(The basic use of GUI programming of python3.5)
图像处理GUI
- 包含一些基本的图像处理算法,程序主要功能有: (1)读取处理前图像,存储处理后图像。 (2)对原图像进行添加噪声,有高斯噪声和椒盐噪声可以添加。 (3)对原图像进行空域和频域的滤波。 (4)对原图像或者处理之后的图像进行二值化,亮度翻转,图像(空间)翻转,直方图匹配,直方图均衡。 (5)对原图像或者处理之后的图像进行对比度拉伸变换。(Includes some basic image processing algorithm)