Platforms to show: All Mac Windows Linux Cross-Platform

VNTrackingRequestMBS class

Super class: VNImageBasedRequestMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Vision MBS MacFrameworks Plugin 19.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The abstract superclass for image analysis requests that track unique features across multiple images or video frames.

Instantiate a tracking request subclass to perform object tracking across multiple frames of an image. After initialization, configure the degree of accuracy by setting trackingLevel, and provide observations you would like to track by setting the inputObservation initial bounding box.
Subclass of the VNImageBasedRequestMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

TrackingLevel

Constant Value Description
VNRequestTrackingLevelAccurate 0 Tracking level that favors location accuracy over speed.
VNRequestTrackingLevelFast 1 Tracking level that favors speed over location accuracy.

Super class VNImageBasedRequestMBS

Super class VNRequestMBS

Sub classes:

Blog Entries


The items on this page are in the following plugins: MBS MacFrameworks Plugin.


VNTextObservationMBS   -   VNTrackObjectRequestMBS


The biggest plugin in space...