Class VLVisionStreamTypes.TVLQueueVisionComponent
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: TVLSyncSinkFilter
Contents |
Syntax
Delphi:
type TVLQueueVisionComponent = class( TVLSyncSinkFilter )
C++ Builder:
class TVLQueueVisionComponent : public TVLSyncSinkFilter
Visual C++ (MFC):
class CTVLQueueVisionComponent : public CTVLSyncSinkFilter
C# (.NET):
public ref class QueueVisionComponent : Mitov.VisionLab.SyncSinkFilter
Summary
Basic abstract class for computer vision components.
Description
Defines a basic computer vision video filter. A number of components inherit from this class.
Properties
Public
- CurrentImage - The most current processed image.
Pins
- ImageOutputPin - The Video Output Pin of the filter.