| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] | SDC Morphology Toolbox V1.1 15Jan02 |
y = mmedgeoff( f, Bc ) f: Binary image (logical uint8). Bc: Structuring element. ( connectivity) Default: Elementary cross (mmsecross).y: Binary image (logical uint8). mmedgeoff creates the binary image y by eliminating the objects (connected components) of the binary image f that hit the image frame, according to the connectivity defined by the structuring element Bc.a=mmbinary(mmreadgray('form-1.tif')); Warning: Converting image from binary uint8 to uint8. b=mmedgeoff(a); mmshow(a); mmshow(b);
|

function y=mmedgeoff_equ(f, bc) edge = mmframe(f); y = mmsubm(f,mminfrec(edge,f,bc));
| [Top] [Up] [Prev] [Next] | [Up] [Basic Concepts] [Demonstrations] [Functions] |
|
| Copyright (c) 1998-2002 by SDC Information Systems | ||