Click or drag to resize

IMcTrackOptionsAllowPhantoms Property

Allow phantom objects in tracks.

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

Property Value

Type: Boolean
Remarks
Phantom objects can be created on the location of disappeared or merged object. They can be used when PredictionDepth is more than 1 to create best cost tracks interpolating tracks to connect to objects that appear after several frames. When this option is off, only existing objects will be used for tracks.
See Also