Contents

VNImageRegistrationRequest

The abstract superclass for image-analysis requests that align images according to their content.

Declaration

class VNImageRegistrationRequest

Overview

This abstract superclass forms the basis of image alignment or registration requests. Make specific requests through one of its subclasses, VNTranslationalImageRegistrationRequest or VNHomographicImageRegistrationRequest. Don’t create an instance of this superclass yourself.

See Also

Image alignment