搜索资源列表
imageprocessing
- the code for dilation , erode ,compliment and morphology are given
bmorph
- Binary erosion and dilation, with fast iterative calls. For any structuring element other than square or disk this function is way faster than imerode.m and imdilate.m (more than an order of magnitude). It s also handy when you don t have the M
dilation-code
- Applying dilation to binary map
ques11
- Write MATLAB code that will do the following. (a) NOT, AND, OR, NOR, NAND, XOR operation. (b) Image dilation and erosion (binary and gray image). (c) Image closing and opening (binary and gray image). (d) Boundary detection. (e) Image thinn
MATLAB-GUI-xitong
- 本程序涉及了二值图像的腐蚀和膨胀以及运用数学形态对图像进行骨架提取和滤波等操作。-This procedure involves the erosion and dilation as well as the use of mathematical morphology binary image of the image skeleton extraction and filtering operations.
PROG3
- MATLAB code that do the following NOT,AND,OR,NOR,XOR,NAND operation,Image dilation and erosion(binary and gray image),Image closing and opening(binary and gray image),Boundary detection e)Image thinning and thickening(binary and gray image),Skeleto
Erosion
- Morphology: Erosion - Erosion is one of two fundamental operations (the other being dilation) in morphological image processing which all other morphological operations are based. It was originally defined for binary images, later being extended to g