搜索资源列表
-
0下载:
数学形态学操作 数学形态学的基本运算
结构元素矩阵 膨胀运算 腐蚀运算 膨胀与腐蚀的对偶关系 开运算和闭运算 击中与击不中
形态学的基本应用
边缘提取 二值图像面积提取 二值图像的欧拉数 查找表操作 灰度形态学
-Mathematical morphology operations basic operations of mathematical morphology dilation operator structure element matrix erosion
-
-
1下载:
编写基本的图像处理程序,包括功能:
图像的读取、存储、显示(bmp、jpg等常用格式)
图像剪切、缩放
图像色彩变换(彩色->灰度等)
基本直方图变换和直方图均衡化
图像平滑与锐化
边缘抽取
阈值化
离散傅立叶变换
二值形态学处理(腐蚀、膨胀、开运算、闭运算)
-Preparation of basic image processing procedures, including functions: image reading,
-
-
2下载:
这是我编写的数学形态学处理灰度图像和二值图像的源代码,没有使用matlab自带的函数。可以实现膨胀、腐蚀以及开闭运算。-This is written in mathematical morphology of grayscale images and the source code of the binary image, do not use Matlab comes with function. Can achieve expansion, corrosion, and the openi
-