No BSD License
Highlights from
mdilate
mdilate
by Yali Wei
30 Mar 1998
This has 2 files mdilate.m(performs dilation of image) and merode.m(performs erosion on image).
|
Watch this File
|
| File Information |
| Description |
MDILATE Perform dilation on binary(2) or gray(256) image. newI = mdilate(Image,Se,Ap,Method) performs dilation on the image Image, using the binary structuring element Se. Se is a matrix containing only 1's and 0's. Ap is the active pointpoint in the Se Matrix, which define the point to dilate. Method is a string that can have one of these values:
'binary' - processes the binary image
'gray' - processes the gray image
mErode Perform erosion on binary(2) or gray(256) image. newI = merode(Image,Se,Ap,Method) performs erosion on the image Image, using the binary structuring element Se. Se is a matrix containing only 1's and 0's. Ap is the active point in the Se Matrix, which define the point to erode. Method is a string that can have one of these values:
'binary' - processes the binary image
'gray' - processes the gray image |
| MATLAB release |
MATLAB 5.2 (R10)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 07 Dec 2004 |
Markus Karlsson
|
|
|
| 23 Jan 2009 |
Andr?
|
|
|
|
Contact us at files@mathworks.com