Additional Inherited Members | |
Public Member Functions inherited from ILFitting | |
| ILCircle * | FitCircle (ILPoints *points) |
| ILLine * | FitLine (ILPoints *points) |
Public Member Functions inherited from ILObject | |
| ILObject * | Copy () |
| 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. | |
This class implements the interface ILFitting, and is used to create an instance of fitting tool.