搜索资源列表
-
1下载:
编制通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数,函数可以处理不同的变换形式和不同类型的结构元素。并用你编制的形态学函数对一个二值图象进行处理。
用形态学击中击不中变换方法对图象进行细化处理。
实验图象:二值图象由一段文字组成,word_bw.bmp,The preparation of a universal binary morphological operations (erosion and expansion of open and close and hit
-
-
1下载:
图像预处理算法。包括中值滤波,形态学滤波,二值化处理及图像背景校正。,Image Pre-processing algorithm. Including median filtering, morphological filtering, binarization image processing and background correction.
-
-
2下载:
图形图像处理,形态学滤波器,脑部MRI图像。可用于图像平滑滤波。-Graphic image processing, morphological filters, the brain MRI images. Can be used for image smoothing filter.
-
-
0下载:
医学图像处理:P0701:细胞边缘检测;702:癌细胞形态学分析;P0703:癌细胞颜色分析-Medical Image Processing: P0701: cell edge detection 702: morphological analysis of cancer cells P0703: color analysis of cancer cells
-
-
0下载:
用matlab编写的程序集合,主要是完成括亮度变换、线性和非线性空间滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、识别-Matlab procedures used to prepare the collection, mainly including brightness achieve transformation, linear and nonlinear spatial filtering, image restoration and registration,
-
-
0下载:
形态学图像处理,可以正确运行,详细情况见程序内说明。-Morphological image processing, can be run properly, the details see the program is indicated.
-
-
0下载:
本程序能对一个数字图象完成数学形态学的四个基本运算。对bmp格式的图像进行灰度化处理,再进行阈值分割运算,最后可在菜单中选择进行形态学变换,包括腐蚀、膨胀、开、闭、细化等运算。-This procedure can be completed on a digital image of the four basic operations on mathematical morphology. Bmp format for grayscale image processing, further th
-
-
0下载:
《数字图像处理与机器视觉:Visual C++与Matlab实现》3
二值图像中的基本形态学运算,灰度图像中的基本形态学运算-"Digital image processing and machine vision: Visual C++ and Matlab to achieve" 3
Binary image of the basic morphological operations, gray image of basic morphological operations
-
-
0下载:
基于数字图像处理,实现一个汽车车牌字符分割的仿真系统。要求系统具有读入车牌图像、预处理、多种图像分割和形态学滤波等功能。-Based on digital image processing, the realization of a car license plate character segmentation of the simulation system. Requires a system with read license plate images, preprocessing, a
-
-
0下载:
对灰度图进行二值化处理,然后对其进行二值化形态操作-Binarization of gray image processing, and its binary morphological operations
-
-
0下载:
本书在介绍MATLAB编程基础知识之后,主要围绕数字图像处理的主干内容展开。这些内容包括:亮度变换、线性和非线性空间滤波、频率域滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、图像分割、区域和边界的表示与描述以及目标识别。-Book introduces the basics of MATLAB programming, the main focus on the backbone of the contents of digital image processing t
-
-
0下载:
数字图像处理 形态学 开 闭 运算 腐蚀 膨胀处理 -Digital image processing morphological opening and closing operations corrosion expansion deal
-
-
0下载:
matlab下的图像处理代码,包括了ATLAB高级图像处理操作,如:图像的阈值分割、用Canny算子检测图像的边缘、形态学梯度检测二值图像的边缘-matlab image processing under the code, including the ATLAB advanced image processing operations, such as: threshold image segmentation with detection operator Canny edge image,
-
-
0下载:
附件里含有以下《MATLAB图像处理实例详解》 程序:
第2章:MATLAB基础
第3章:MATLAB图像处理基础
第4章:数字图像的运算
第5章:图像增强技术
第6章:图像复原技术
第7章:图像分割技术
第8章:图像变换技术
第9章:彩色图像处理
第10章:图像压缩编码
第11章:图像特征分析
第12章:形态学图像处理
第13章:小波在图像处理中的应用
第14章:基于SIMULINK的视频和图像处理
第15章:图像处理的MATLAB实例-
-
-
0下载:
matlab数值图像处理数学形态:开运算、闭运算、膨胀和腐蚀运算。-Morphological image processing matlab value: opening operation and closing operation, expansion and erosion operations.
-
-
0下载:
【matlab国外编程代做】matlab的形态学图像处理源码 -[matlab] foreign programming generation do morphological image processing matlab source
-
-
0下载:
《图像处理的偏微分方程方法》随书光盘完整版
本光碟中包含五个文件夹。
(1)视频剪辑:可供教学演示,其中, two_cells 是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程; denoissing 是利用P_M方程,对图像平滑去噪的演化过程 curve_linear_heat_flow 是利用FT实现的闭合曲线的线性热流演化过程。
(2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。
(3)灰度图象和彩色图像:其
-
-
0下载:
能够实现简单的图像处理操作,滤波,灰度化,二值化,形态学操作等(To achieve a simple image processing operations, filtering, grayscale, two values, morphological operations)
-
-
0下载:
实现图像的基本处理,如傅里叶变换,形态学处理等(To achieve the basic image processing, such as Fu Liye transform, morphological processing)
-
-
0下载:
对创建的二值图像进行膨胀处理(matlab编程实现),膨胀会增长或粗化二值图像中的物体,我自己编写了一个用matlab编程实现二值化的例子(morphological,matlab,image processing,dilate)
-