搜索资源列表
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
求图像的二值化最佳阈值
- 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
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.
MyBmp
- 程序实现对BMP格式图像的处理,图像处理功能包括上一幅、下一幅、负片、线性变换、直方图、直方图增强、缩放、旋转、膨胀、腐蚀、二值化、彩色转黑白、黑白转真彩色、亮度调整、图像相加、图像相减、中值滤波、均值滤波、产生噪声、锐化与边缘检测等等,基本实现了对BMP格式图像的所有处理。-Program to achieve the BMP format image processing, image processing functions, including the one, the next one
IMAQ-image-pretreatment
- labview图像预处理,子程序,包括转化为灰度图,二值化,腐蚀,膨胀,参数可调-labview IMAQ image pretreatment,sub vi,consist of conversion to grayscale, binary, erosion, dilation, adjustable parameters
Dilation
- 对二值图像做膨胀运算,用disk模块进行膨胀,可设定模块的长与宽-Binary image of the expansion of computing done by disk module expansion modules can be set the length and width of
Dilation
- 通过VC编程实现二值图像的膨胀运算。对图像进行水平方向及竖直方向的膨胀。-VC programming through the binary image to achieve the expansion of computing. Horizontal images and vertical expansion.
Mathematicalmorphologyoperations
- 数学形态学操作 数学形态学的基本运算 结构元素矩阵 膨胀运算 腐蚀运算 膨胀与腐蚀的对偶关系 开运算和闭运算 击中与击不中 形态学的基本应用 边缘提取 二值图像面积提取 二值图像的欧拉数 查找表操作 灰度形态学 -Mathematical morphology operations basic operations of mathematical morphology dilation operator structure element matrix erosion
11
- 本文在总结和分析了二值形态学膨胀算法的原理及其应用的基础上,通过对传统结构元素膨胀效果的比较,重点针对结构元素的选择作了算法上的改进,用水平和垂直结构元素组合方法,满足大部分图像膨胀处理的要求,保护了图像边缘信息,简化了程序的编写,改善了膨胀算法的性能,具有一定普遍性和代表性。-In this paper, summary and analysis of binary morphological dilation algorithm based on the theory and applica
yzm
- 对图片进行灰度化,二值化处理,还可以对图片进行腐蚀,膨胀处理.-Based on the image to grayscale, binary processing, the picture can also erosion and dilation processing.
morph
- 对图像进行二值化后,利用自己设计的膨胀和腐蚀算法对二值图像进行相应的操作-The binary image, the use of dilation and erosion of their own design algorithm corresponding binary image operations
process2
- 5509写的图像处理程序,包括二值化,边缘提取,膨胀腐蚀等-5509 was the image processing procedures, including binary, edge detection, dilation and erosion, etc.
Nero
- 编写基本的图像处理程序,包括功能: 图像的读取、存储、显示(bmp、jpg等常用格式) 图像剪切、缩放 图像色彩变换(彩色->灰度等) 基本直方图变换和直方图均衡化 图像平滑与锐化 边缘抽取 阈值化 离散傅立叶变换 二值形态学处理(腐蚀、膨胀、开运算、闭运算) -Preparation of basic image processing procedures, including functions: image reading,
Erosion_Dilation
- 读入任何一副BMP位图,都可以正确的显示。并且实现了8位二值图像的形态学腐蚀和膨胀-Read any one BMP bitmap, can be properly displayed. And achieve the 8-bit binary image morphological erosion and dilation
LPLocation_Test
- opencv 车牌定位 得到二值图像,然后再用形态学扩张与形态学侵蚀,使得目标轮廓不会出现影响判断的断点与连接,最后根据寻找米粒的方法把车牌定位-opencv license plate location to get binary image, then use morphological dilation and morphological erosion, making the target profile will not affect the judge' s break wit
Morph
- 用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算.-Visual C++ using mathematical morphology-based digital image processing, including binary image erosion and dilation, opening, closing, thinning, and the central axis transform operations.
homework4
- 编制通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数,函数可以处理不同的变换形式和不同类型的结构元素。并用你编制的形态学函数对一个二值图象进行处理。 用形态学击中击不中变换方法对图象进行细化处理。 实验图象:二值图象由一段文字组成,word_bw.bmp -The preparation of binary morphological operations (erosion and dilation, opening, closing and hit-miss transf
erode_dilate
- 图形图像处理,数码形态学中的二值膨胀和腐蚀操作-Graphics, image processing, digital morphology binary dilation and erosion operations
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