Enum VLFitLines.TVLDistanceMode
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLFitLines
Contents |
Syntax
Delphi:
type TVLDistanceMode = (dmL1, dmL2, dmL12, dmFair, dmWelsch, dmHuber);
C++ Builder:
enum TVLDistanceMode {dmL1, dmL2, dmL12, dmFair, dmWelsch, dmHuber};
Visual C++ (MFC):
enum CTVLDistanceMode {dmL1, dmL2, dmL12, dmFair, dmWelsch, dmHuber};
Summary
Available distance fitting modes.
Description
Defines the available distance fitting modes.
Values
dmL1 | |
dmL2 | |
dmL12 | |
dmFair | |
dmWelsch | |
dmHuber |