搜索资源列表
matlab-image-processing
- 《MATLAB 6.5辅助图像处理》 本书是基于MATLAB 6.5的图像处理工具箱v3.2 (Image Processing Toolbox)编写的,较全面系统地介绍了图像处理工具箱v3.2函数在有噪和退化图像的恢复、图形绘制、图像几何变换、图像增强、二值分析、小波分析和分形几何用于图像处理,以及图形用户界面设计等方面的工程实际应用。全书侧重于图像处理工具箱在工程中的具体应用,通过具体的分析和详细的实例,读者不仅可以对MATLAB图像处理工具箱函数的强大功能有一个深刻了解,更能学会正确
基于MATLAB的储粮害虫图像处理方法
- 摘要:在对粮虫图像处理过程中,介绍了Matlab图像处理工具箱中的函数,给出了图像处理与分析的技术实现, 边缘检测及轮廓提取, 通过形态学方法进行图像特征抽取与分析,达到了比较好的效果.-Abstract : In the right grain pest image processing, introduced the Matlab toolbox image processing functions, given image processing and analysis technolog
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
matlab实用技巧
- matlab中的一些特殊技巧
Matlab图像处理程序集.rar
- Matlab中图像处理相关函数的应用实例,内有程序列表及介绍
图像处理中 各种阈值分割的基本算法的实现
- 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)等等,A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
adpmedian
- matlab数字图像处理中的自适应中值滤波函数(.m)-adaptive median filter function file in matlab
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
matlab中指纹识别
- 有指纹识别处理后的图像及原图像,完整的指纹识别代码
haffuman
- 图像处理中压缩编码部分的霍夫曼编码应用实例:MATLAB版源代码-Image Processing coding part of the Huffman code application examples: MATLAB version of the source code
Matlab
- 这是一些MATLAB中关于图像处理的一些小的操作,一些函数的介绍和使用,希望对大家有用-These are MATLAB image processing on the operation of some small, some function of the introduction and use of, in the hope that useful
MATLAB
- 本文提出了一种基于MATLAB的数字图像处理系统的设计,系统中包括图像处理技术的各个方面,涵盖了图像处理领域的大部分算法,并用MATLAB的图像处理工具箱进行了算法的实现。对用matlab图像方面研究人可以参考。-In this paper, a MATLAB-based digital image processing system design, the system includes image processing technology in all aspects, covering
rgb2gray
- 最基本的由彩色图像转换为灰度图像的代码。在matlab中运行图像处理时用到的最基本源码,但是很多matlab中并不含有这个函数。-The most basic color images by gray-scale image is converted to code. In the matlab image processing used to run the most basic source code, but many do not contain this function in mat
边缘提取算法
- 这是MATLAB中的几种边缘提取算法,感觉十分有用,所以传了上来,供大家参考参考(This is the edge extraction algorithm in MATLAB)
图像增强
- MATLAB中关于图像处理的图像增强技术的实例30例(MATLAB image processing in the image enhancement technology examples of 30 cases)
图像复原
- MATLAB中关于图像处理的图像复原技术的实例26例(MATLAB image processing in the image restoration technology examples of 26 cases)
visual c++matlab图像处理与识别实用案例精选源码
- 《visual c++matlab图像处理与识别实用案例精选》这本书中附带的matlab/c++的源码("Visual c++matlab image processing and recognition practical cases selected" this book is attached to the source code of matlab/c++.)
MATLAB图像处理源码
- MATLAB在遥感技术中的应用,王成墨编著,主要跟遥感结合比较紧密,适合初学者学习
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.