Click or drag to resize

IMcTrackOptionsPreviewOutlines Property

Defines what outlines will be shown after segmentation as a visual confirmation of object detection.

Namespace:  MediaCy.IQL.Tracking
Assembly:  MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
Syntax
VB
Property PreviewOutlines As mctPreviewOutlines
	Get
	Set

Property Value

Type: mctPreviewOutlines
Remarks
The options affects the outlines shown in AfterSegmentation event. When the value is mctpoNone, the event is not fired and no outlines are shown.
See Also