搜索资源列表
ImageProcessDIB
- 图像处理源程序,包括对图像的平滑、锐化、膨胀、开、闭运算以及边缘检测等-source image processing, including image smoothing, sharpening, expansive, open and close computing and edge detection
myfile4
- 腐蚀运算+ 膨胀运算+开运算+闭运算+边缘检测-corrosion expansion Operational Operational Operational closing operation opened Edge Detection
Morph
- 该程序能够实现灰度图象的数学形态学变换,包括腐蚀、膨胀、开运算和闭运算
1
- 数学形态学方法及其应用的书籍和光盘 腐蚀 细化 开 闭运算
ImageN
- 利用CImage类对图像进行处理,包括二值化、开闭运算、腐蚀、锐化等,MFC编程-CImage category using the image processing, including binary, opening and closing operations, corrosion, such as sharpening, MFC Programming
datikashibie
- 本代码包含对图像的基本处理,读取,开闭运算等,还有答题卡识别-This code contains the basic image processing, reading, opening and closing operations, etc., as well as identify the ANSWER SHEET
inflate
- 图像处理中的膨胀腐蚀、开运算、闭运算,具有图形界面-The expansion of image processing corrosion, open operation, closing operation with a graphical interface
Image_process
- 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
Morph
- 在vc下实现了形态学处理的几种操作,腐蚀、膨胀、开云算、闭运算,及细化操作-use vc++ wo input image ,realize dilation,opening,and closing
DSplit
- 对图像进行形态学处理,其中包含腐蚀、膨胀,开运算和闭运算-The image processing, including morphology and corrosion expansion, open and close operations
morphology
- 包括了形态学最基本的胀涨和腐蚀,开和闭运算代码。可以用于后续的编写-include the corrosion and Bilge up
morph
- 实现形态学的重要变换,如扩张,腐蚀,开闭运算-Important to achieve morphological transformation, such as expansion, corrosion, open and close operation
Rcellsse
- 读入红细胞图片,通过中值滤波,开运算算,闭运算,和贴标签等方法获得细胞个数 -Read into the red blood cell picture, opening operation count median filtering, and closing operation, and the labeling methods such as cell number
MorphPicuure
- 用于数学形态学运算的,如开、闭运算等。用VC6.0实现的MFC程序。-For the operations of mathematical morphology, such as opening and closing operation. Achieved with VC6.0 MFC program.
morphologic
- 自己用MATLAB编的一维信号数学形态学的腐蚀与膨胀运算以及开闭运算,可用于滤去信号中的尖锐脉冲信号,适合于用于振动信号的预处理-Own series of one-dimensional signal using MATLAB mathematical morphology, corrosion and expansion of operations, as well as the opening and closing operation can be used to filter the
MORPHOLOGY
- 图像处理: 可打开任意图片 对其实现 图像腐蚀,图像膨胀,开运算,闭运算,击中不击中等-Image processing: Can open any picture its realization Corrosion image, image expansion, opening operation and closing operation, hitting hit
Digital-Image-Processing
- 数字图像处理,包括对图像进行灰度化处理,图像变换(平移、缩小、放大),图像增强(平滑、锐化),图像的形态学处理(腐蚀,膨胀,开运算,闭运算)。-Digital Image Processing, gray scale processing including image, image transformations (translation, zoom out, zoom), image enhancement (smoothing, sharpening), image morphologic
pic
- C++实现。 实现对二值图像进行腐蚀、膨胀、开/闭运算。 腐蚀分水平、垂直、全方位。 能保存处理后的图,以及将处理后的图与原图进行对比。-C++. Binary image erosion, dilation, opening/closing operation. Corrosion sub-horizontal, vertical, all-round. FIG saving processing, and treated with picture contrast.
RS
- 对遥感影像进行灰度线性变换,以及开运算、闭运算等的处理过程。-For remote sensing image gray linear transformation and opening operation and closing operation process, etc.
603527
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。 提供所有操作的源代码! 1.demo:是该处理集合的可执行文件(自己编译吧)。图象处理集合.rar--------demo的源代码!