Class VLProbableLines.TVLLineSegments
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 14: | Line 14: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLLineSegments = '''class'''( [[Class VLVisionStreamTypes.TVLSequenceObjectList|TVLSequenceObjectList, IVLLineSegments]] ) | + | '''type''' TVLLineSegments = '''class'''( [[Class VLVisionStreamTypes.TVLSequenceObjectList|TVLSequenceObjectList, TVLLineSegment, IVLLineSegments]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TVLLineSegments : [[Class VLVisionStreamTypes.TVLSequenceObjectList| | + | '''public ref class''' TVLLineSegments : [[Class VLVisionStreamTypes.TVLSequenceObjectList|Vcl.VclGenericObjectListProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 34: | Line 34: | ||
Defines a list of probable lines to be used by the | Defines a list of probable lines to be used by the | ||
[[Class VLProbableLines.TVLProbableLines|TVLProbableLines]] transformation. | [[Class VLProbableLines.TVLProbableLines|TVLProbableLines]] transformation. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 June 2013
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: VLProbableLines
Inherits: TVLSequenceObjectList
Contents |
Syntax
Delphi:
type TVLLineSegments = class( TVLSequenceObjectList, TVLLineSegment, IVLLineSegments )
C++ Builder:
class TVLLineSegments : public TVLSequenceObjectList
Visual C++ (MFC):
class CTVLLineSegments : public CTVLSequenceObjectList
C# (.NET):
public ref class TVLLineSegments : Vcl.VclGenericObjectListProperty
Summary
List of detected probable lines.
Description
Defines a list of probable lines to be used by the TVLProbableLines transformation.