搜索资源列表
ErodeDilate
- 主要完成对图像的腐蚀、膨胀操作。腐蚀、膨胀过程中,实际上将图像视为二值,即R分量零与非零两类。开闭操作分别使用了Erode,Dilate。
Segment
- 阈值分割,直方图,闭操作和开操作,边界跟踪
six
- 图像的二值化,并对图像做膨胀,腐蚀,开、闭操作,以及细化处理等通过用matlab高级语言编写数字图像处理的一些基本算法程序
1D_ImageWaveFilter
- 一维数字图像的滤波处理,包括中值滤波, 膨胀,腐蚀,开运算,闭运算和基于一次插值操作的求包络线算法。-one-dimensional digital image filtering, including filtering, expansion, corrosion, opened operations Based on the closing operation and an interpolation operation for
imgMathMorph
- 该程序主要是图像中的形态学操作,包括膨胀、腐蚀、开运算、闭运算、形态浮雕、去除噪声等,图像初学者可参考。-the procedure is the main image of morphological operations, including the expansion, corrosion, opening operation, closing operation, form of arms noise removal, imag
ErodeDilate
- 主要完成对图像的腐蚀、膨胀操作。腐蚀、膨胀过程中,实际上将图像视为二值,即R分量零与非零两类。开闭操作分别使用了Erode,Dilate。-Completion of the main image of corrosion, expansion of operations. Corrosion, the expansion process, in fact, regarded as binary images, namely, R-co
Segment
- 阈值分割,直方图,闭操作和开操作,边界跟踪-Threshold segmentation, histogram, closed operations and open operation, the boundary tracking
six
- 图像的二值化,并对图像做膨胀,腐蚀,开、闭操作,以及细化处理等通过用matlab高级语言编写数字图像处理的一些基本算法程序-Binarization image, and image to do the expansion, corrosion, open and close operation, as well as refining processing through high-level language matlab digi
Morph
- 数字图像处理中的基本形态学处理,如腐蚀、膨胀、开操作、闭操作等实现的源代码。可以自定义结构元素的形状。-Digital image processing in the basic morphology processing, such as corrosion, swelling, open operation and close operation to achieve the source code. You can customi
pzfs
- 具有形态学中膨胀腐蚀的功能,可以根据自己的需求选择开或闭操作!-Have morphological features in the expansion of corrosion, you can choose according to their demand to open or close the operation!
ImageProcess
- 下代码实现了几个简单的图像处理,主要包括:平滑(Smooth)、开操作(Open)、闭操作(Close)、膨胀(dilate)、腐蚀(Erode)、图像梯度(Gradient)、顶帽(TopHat)、黑帽(BlackHat)等。-Under the code implementation of some simple image processing, mainly including: smoothing (Smooth), open
WinRAR
- 图像处理的vc独立程序,包括边界跟踪,边缘检测,图像编码,腐蚀,开闭操作等源码-Vc independent image processing procedures, including the border tracking, edge detection, image coding, erosion, opening and closing operation of source
Mathematicalmorphologyoperations
- 数学形态学操作 数学形态学的基本运算 结构元素矩阵 膨胀运算 腐蚀运算 膨胀与腐蚀的对偶关系 开运算和闭运算 击中与击不中 形态学的基本应用 边缘提取 二值图像面积提取 二值图像的欧拉数 查找表操作 灰度形态学 -Mathematical morphology operations basic operations of mathematical morphology dilation operator st
ImageProcessSys
- 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of
CImage_no1
- 图像形态学操作:二值化、膨胀、腐蚀、开操作、闭操作-dilate/erode
xingtaixuege
- 形态学的纹理分割:先闭操作,再开操作,再二值化,便可将纹理分出-Texture Segmentation based on mathematical morphology:1,imclose 2,imopen,3binarization
PictureFix
- 对8bit、BMP格式的灰度图像完成基本几何变换、灰度变换、锐化(拉普拉斯及其逆变换)、腐蚀、膨胀、开/闭操作、细化、频域图像增强等功能-Laplace、Fourier
close
- 数字图像处理算法之形态学运算闭操作Delphi 源码本例演示了如何使用形态学的闭操作。在本例中,使用闭操作填补了目标上存在的缝隙和沟槽。-Digital image processing algorithms of morphological operations closing and Delphi source code of this example demonstrates how to use the morphologica
PicOperationTest
- 直接运行PicOperationTest.m文件 程序主要是练习了: sobel算子增强边缘,得梯度幅值图像 图像的开闭操作 新手交流,高手路过就好。。。(The Code is about edge enhancement and morphologic operators. It can be used for learning the basic skills. You don't need to down
function view
- 运用opencv将图像进行开操作和闭操作并输出(Using OpenCV to open and close the operation and output of the image)