Contents

VNTargetedImageRequest

The abstract superclass for image analysis requests that operate on both the processed image and a secondary image.

Declaration

class VNTargetedImageRequest

Overview

Other Vision request handlers that operate on both the processed image and a secondary image inherit from this abstract base class. Instantiate one of its subclasses to perform image analysis, and pass in auxiliary image data by filling in the options dictionary at initialization.

Topics

Creating a Request

See Also

Image alignment