搜索资源列表
数字图像处理alpha版
- 本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波器) 5.形态学(膨胀,腐蚀,开,闭运算,边缘提取) 6.图
log_images
- 包括锐化、平滑、LOG滤波器提取边缘 数学形态学的腐蚀、膨胀、骨架化、开闭运算 以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 -including sharpening, smooth, LOG filter from the brink of mathematical morphology corrosion, swelling, skeleton, opening and closing operations and fractal approach p
图像形态学处理
- 图像的腐蚀膨胀开运算闭运算等算法
Image_process.基于数学形态学的图像处理系统
- 基于数学形态学的图像处理系统,实现了开运算、闭运算、腐蚀、膨胀、噪声消除。填充孔洞,细化,边界提取等功能。,Based on mathematical morphology image processing system, the open operation, closing operation, corrosion, expansion, noise reduction. Filling holes, refined features such as edge extraction.
morphology
- 对图像进行形态学处理,包括图像腐蚀、膨胀、开运算和闭运算-erode image and dilate image
zonghetuxiang
- 形态学去噪及边缘提取,利用简单的开闭运算完成较好的滤波效果-Morphological denoising and edge detection, the use of a simple opening and closing operations of the filtering effect of the completion of good
morphology
- 数学形态学图像处理,包括腐蚀运算,膨胀运算,开和闭运算,击中和不击中-Mathematical morphology image processing, including the erosion operation, expansion of operations, opening and closing operations, hit and not hit the
MATLABimageprocess3
- 医学图像处理,主要用于图形形态学,如腐蚀、膨胀以及开、闭运算。-Medical image processing, mainly for graphics morphology, such as erosion and dilation as well as opening and closing operation.
Mathematicalmorphologyoperations
- 数学形态学操作 数学形态学的基本运算 结构元素矩阵 膨胀运算 腐蚀运算 膨胀与腐蚀的对偶关系 开运算和闭运算 击中与击不中 形态学的基本应用 边缘提取 二值图像面积提取 二值图像的欧拉数 查找表操作 灰度形态学 -Mathematical morphology operations basic operations of mathematical morphology dilation operator structure element matrix erosion
Image_process
- 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
shuxuexingtaixue
- 数学形态学基本算法,包括腐蚀膨胀,开闭运算,粗化细化,可以直接运行-Basic algorithm of mathematical morphology, including corrosion expansion, opening and closing operation, foul language refinement, can run
Morph
- 在vc下实现了形态学处理的几种操作,腐蚀、膨胀、开云算、闭运算,及细化操作-use vc++ wo input image ,realize dilation,opening,and closing
MorpLib
- 基于OpenCV的形态学开源库V2.0 包含文档和测试程序 形态学运算扩展库 lhMorpOpen 开运算 lhMorpClose 闭运算 lhMorpGradient 标准梯度 lhMorpGradientIn 内梯度 lhMorpGradientOut 外梯度 lhMorpWhiteTopHat 顶帽(白帽) lhMorpBlackTopHat 黑帽 lhMorpQTopHat 自补顶帽 lhMorpEnhance 对比度增强 lhMorpH
DSplit
- 对图像进行形态学处理,其中包含腐蚀、膨胀,开运算和闭运算-The image processing, including morphology and corrosion expansion, open and close operations
car
- 对车牌号进行数字图像处理,形态学知识 膨胀 腐蚀 开 闭运算-car shuzi tuxiang chuli xingtaixue
tuxing
- 数字图像处理 形态学 开 闭 运算 腐蚀 膨胀处理 -Digital image processing morphological opening and closing operations corrosion expansion deal
qq
- avi视频转换成图像,使之成为很多帧的图像述图像进行形态学闭运算 先膨胀后腐蚀 提取二进制图像-change avi to jpg
opencv形态学图像处理
- opencv形态学图像处理,具有对图像的开运算闭运算,腐蚀膨胀
形态学代码
- 数学形态学开和闭运算,腐蚀和膨胀运算的MATLAB代码(Open and close operations, corrosion and expansion)
DilateAndErode
- 利用opencv中的dilate和erode函数对图片做膨胀腐蚀以及开运算和闭运算等形态学处理,可以在图片窗口划动滑条调节腐蚀和膨胀的参数。(Using the dilate and erode functions of opencv, we can process the image with some typical morphological processing such as dilate and erode.)