|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Base class for grey level morphological operator structuring elements.
They can be constructed from an image of the structuring element or using
a derived class with the appropriate parameters.
Derived Classes:
Variables:
Methods:
- IPMorphSElemC()
-
Default constructor
- IPMorphSElemC(const ImageC<RealT> & se)
-
Constructor
Image of the structuring element
- IPMorphSElemC(const IPMorphSElemC & oth)
-
Copy constructor
- ~IPMorphSElemC()
-
Virtual destructor because Copy is virtual
- IPMorphSElemC & Copy() const
-
Makes a deep copy and is virtual
- ImageC<RealT> GetSElem() const
-
Access to image of structuring element
- BooleanT IsDef(const PixelC & pxl) const
-
Determines whether pxl in structuring element is defined or not
|
Programmer:Robert Crida lib=IP, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|