Class VLVisionStreamTypes.TVLContour
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
Contents |
Syntax
Delphi:
type TVLContour = class
C++ Builder:
class TVLContour
Visual C++ (MFC):
class CTVLContour
C# (.NET):
public ref class Contour
Summary
Defines a single contour.
Description
Class defining a single contour.
Properties
Public
- ContourType - Contour type - Inner or Outer.
- BoundRect - The bounding rectangle around the contour.
- Items - Allows access to a contour from the list.
- Count - Count segments in the contour.