搜索资源列表
binaryops
- Descr iption: A faster implementation of binary dilation and erosion. Our functions take advantage of MATLAB s decomposition of the structuring element but they may result much faster. Try to run example.m to see the speed improvement factor, c
image6
- 图像腐蚀(Erosion) 图像膨胀(dilation) 开(Open)运算和闭(Close)运算 击中/击不中(Hit/Miss)变换 360 细化(Thinning) 362
Grayscale-dilation-Erosion
- 灰度图像的腐蚀膨胀处理,希望对大家有帮组
dilation.zip
- 数学形态学中的膨胀算法,输入二值图像,指定结构元素大小,输出膨胀后的二值图像,dilation algorithm
ImageMorph VC# (VS2010版)写的形态学源代码
- VC# (VS2010版)写的形态学源代码。包括二值图像和灰度图像的形态变化,比如腐蚀,膨胀,噪音滤波等等。-VC# (VS2010 version) written by morphological source code. Binary image and grayscale images morphological changes, such as erosion, dilation, noise filtering, and so on.
qt
- 简单的图像处理软件,可实现灰度、二值化、RGB、反色、膨胀、腐蚀、锐化等。-Simple image processing software, can achieve grayscale, binary, RGB, anti-color, dilation, erosion, sharpening.
Morph
- 数字图像处理形态学变化 包括腐蚀、膨胀、开、闭、细化-Digital image processing morphological changes, including Erosion、dilation、 open and close, detailed
dilation
- 对二值图像做膨胀运算,用disk模块进行膨胀,可设定模块的长与宽-Binary image of the expansion of computing done by disk module expansion modules can be set the length and width of
dilation1
- 用VHDL語法去表示實現dilation,-VHDL grammar used to express achieve dilation,
dilation
- 对一副二维数字图像执行多尺度全方位的膨胀处理,以提取出图像的外边缘。算法简单,易于实现,且边缘提取的效果优于传统的基于灰度梯度的边缘提取算子。-A pair of two-dimensional digital image on the implementation of multi-scale expansion of a full range of treatment to extract the outer edge of the image. Algorithm is simple, e
imgtools.c
- Do Gray/Do Inverse/BTC/Median Filter/dilation Filter/Erosion Filter/Flip image/
morph
- morphological process includein erosion, dilation, opening, closing
Morph
- 本程序能对一个数字图象完成数学形态学的四个基本运算。对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
yzm
- 对图片进行灰度化,二值化处理,还可以对图片进行腐蚀,膨胀处理.-Based on the image to grayscale, binary processing, the picture can also erosion and dilation processing.
Nero
- 编写基本的图像处理程序,包括功能: 图像的读取、存储、显示(bmp、jpg等常用格式) 图像剪切、缩放 图像色彩变换(彩色->灰度等) 基本直方图变换和直方图均衡化 图像平滑与锐化 边缘抽取 阈值化 离散傅立叶变换 二值形态学处理(腐蚀、膨胀、开运算、闭运算) -Preparation of basic image processing procedures, including functions: image reading,
MyDIP_Matlab
- 以matlab为平台的一个GUI界面的图像处理程序,具有图像处理的各种功能,如:图像旋转,色彩平衡调节,图像增强,加噪,滤波,二值化,直方图,膨胀,腐蚀,边缘检测及图像合成等功能。-以 matlab as a platform for a GUI interface, image processing, has an image processing functions, such as: image rotation, color balance adjustment, image enhan
erosion-and-dilation
- 图像形态学中的腐蚀和膨胀,3*3的算子可以自选-Image morphology of erosion and dilation
imagePprocessing
- 高效的图像腐蚀、膨胀、锐化、中值滤波算法。 让你见识下C#的强大。谁告诉你C#不能用指针!-Efficient image erosion, dilation, sharpening, median filtering algorithm. To let you know the power of C# under. Who told you that C# can not use the pointer!
dilation-and-erosion
- 是一种膨胀和腐蚀的方法,经常会用得到,可以使用。-Is a method of dilation and erosion, often use available, can be used.
dilation
- dilation is one of the basic operations in mathematical morphology. Originally developed for binary images, it has been expanded first to gray scale images, and then to complete lattices. The dilation operation usually uses a structuring element for