|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Class for flat rectangular grey level morphological operator structuring
elements. They are constructed by providing the number of rows and
columns. The structuring element will be centred on the pixel of interest.
Parent Classes:
Methods:
- IPMorphSElemFlatC(UIntT rows,UIntT cols)
-
Constructor
| rows | must be odd |
| cols | must be odd |
|
Specifies the dimensions. The structuring element will be centred on the
pixel of interest.
- IPMorphSElemFlatC(const IPMorphSElemFlatC & oth)
-
Copy constructor
- IPMorphSElemC & Copy() const
-
Makes a deep copy and 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, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|