Contents

VNTrackingRequest

The abstract superclass for image-analysis requests that track unique features across multiple images or video frames.

Declaration

class VNTrackingRequest

Overview

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’d like to track by setting the inputObservation initial bounding box.

Topics

Configuring a Tracking Request

Getting the Number of Trackers

See Also

Object tracking