Leaper WaferScan Toolkit
中文 / English 2.x
LImageMorph Class Reference
Inheritance diagram for LImageMorph:
ILImageMorph ILObject

Additional Inherited Members

- Public Member Functions inherited from ILImageMorph
void BottomHat (ILImage *img, ILImage *result)
 
void Close (ILImage *img, ILImage *result)
 
void Dilate (ILImage *img, ILImage *result)
 
void Erode (ILImage *img, ILImage *result)
 
void Gradient (ILImage *img, ILImage *result)
 
void Open (ILImage *img, ILImage *result)
 
void SetMorphShape (LPVMorphShape shape, int kWidth, int kHeight)
 
void TopBottomHat (ILImage *img, ILImage *result)
 
void TopHat (ILImage *img, ILImage *result)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILImageMorph
int MorphHeight [get]
 The height of the structuring element size. More...
 
LPVMorphShape MorphShape [get]
 The shape of the structuring element. More...
 
int MorphWidth [get]
 The width of the structuring element size. More...
 

Detailed Description

This class implements the interface ILImageMorph, and is used to create an instance of morphology operation tool.