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

Additional Inherited Members

- Public Member Functions inherited from ILFitting
ILCircleFitCircle (ILPoints *points)
 
ILLineFitLine (ILPoints *points)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILFitting
int CountThreshold [get, set]
 The minimum required count of points that contribute to a valid fitting result. By default, it's -1 means bypass the count check.
 
double DistThreshold [get, set]
 The distance threshold between the fitting result and a valid point. Points with a longer distance than this value will be treated as out-lier then be excluded from the fitting. By default, it's -1 means bypass the out-lier filtering.
 
int MaxIteration [get, set]
 The maximum iteration count used for optimizing the fitting. By default, it's 10.
 

Detailed Description

This class implements the interface ILFitting, and is used to create an instance of fitting tool.