<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNHomographicImageRegistrationRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNHomographicImageRegistrationRequest"
  },
  "title" : "VNHomographicImageRegistrationRequest"
}
-->

# VNHomographicImageRegistrationRequest

An image-analysis request that determines the perspective warp matrix necessary to align the content of two images.

```
class VNHomographicImageRegistrationRequest
```

## Overview

Create and perform a homographic image registration request to align content in two images through a homography. A *homography* is an isomorphism of projected spaces, a bijection that maps lines to lines.

## Topics

### Accessing the Results

[`results`](/documentation/Vision/VNHomographicImageRegistrationRequest/results)

The results of the image registration request.

### Identifying Request Revisions

[`VNHomographicImageRegistrationRequestRevision1`](/documentation/Vision/VNHomographicImageRegistrationRequestRevision1)

A constant for specifying revision 1 of the homographic image registration request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)