Class VLVisionStreamTypes.TVLNormalizedLines
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: VLVisionStreamTypes
Inherits: TLPObjectList
Contents |
Syntax
Delphi:
type TVLNormalizedLines = class( TLPObjectList, IVLNormalizedLines )
C++ Builder:
class TVLNormalizedLines : public TLPObjectList
Visual C++ (MFC):
class CTVLNormalizedLines : public CTLPObjectList
C# (.NET):
public ref class TVLNormalizedLines : Mitov.VisionLab.ObjectList
Summary
List of normalized lines.
Description
Defines class for list of normalized lines.
Properties
Public
- Items - Allows access to a line from the list.
Methods
Public
- procedure Add(ALine : TVLNormalizedLine) - Adds a line to the list.