搜索资源列表
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
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.
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.
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
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
Morph20130619
- 图像形态学变换 膨胀 腐蚀 开 闭等等 先打开一张二值图像才能有相应菜单出现-Image morphological transformation dilation and erosion opening and closing, and so to open a binary image in order to have the corresponding menu appears
imerode
- 使用imerode函数对二值图像进行膨胀、腐蚀操作,代码经试验可正常运行。-Use imerode function binary image dilation, erosion operation, the code can be tested to normal operation.
xtx
- 对二值图像采用腐蚀和膨胀的形态学算法处理-The binary image using morphological erosion and dilation algorithm processing
bwcut
- 用形态学操作剪除毛刺(毛刺像素不要过大)。 描述:输入X是一个二值图像,n是预估的毛刺像素长度输出和X相同大小的去毛刺图像。方法就是形态学操作,膨胀腐蚀再和原图像做交-Morphological operations to cut off burrs (burr pixels not too big). Descr iption: The input is a binary image X, n is an image projected deburring burr length of t
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