Leaper Vision Toolkit
中文 / English 2.x
LImageThreshold Class Reference
Inheritance diagram for LImageThreshold:
ILImageThreshold ILObject

Additional Inherited Members

- Public Member Functions inherited from ILImageThreshold
void Binarize (ILImage *img, ILImage *result)
 
void Clip (ILImage *img, ILImage *result)
 
void SetThreshold (int lb, int ub)
 
void SetThresholdAdaptGlobal (int lbBias, int ubBias)
 
void SetThresholdAdaptLocal (int blockWidth, int blockHeight, int lbBias, int ubBias)
 
void Stretch (ILImage *img, ILImage *result)
 
void ThresholdDistance (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 ILImageThreshold
int LocalBlockHeight [get]
 The height of the local region used in local adaptive thresholding. More...
 
int LocalBlockWidth [get]
 The width of the local region used in local adaptive thresholding. More...
 
int ThresholdLB [get]
 The lower bound of used-specified threshold value. More...
 
int ThresholdLBBias [get]
 The revised value to generate a adaptive threshold lower bound. More...
 
LPVThresholdType ThresholdType [get]
 The thresholding method. More...
 
int ThresholdUB [get]
 The upper bound of used-specified threshold value. More...
 
int ThresholdUBBias [get]
 The revised value to generate a adaptive threshold upper bound. More...
 

Detailed Description

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