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

# VNTrackHomographicImageRegistrationRequest

An image-analysis request, as a stateful request you track over time, that determines the perspective warp matrix necessary to align the content of two images.

```
class VNTrackHomographicImageRegistrationRequest
```

## Overview

This request is similar to [`VNHomographicImageRegistrationRequest`](/documentation/Vision/VNHomographicImageRegistrationRequest). However, as a [`VNStatefulRequest`](/documentation/Vision/VNStatefulRequest), it automatically computes the registration against the previous frame.

## Topics

### Creating a Homographic Image

[`init()`](/documentation/Vision/VNTrackHomographicImageRegistrationRequest/init())

Creates a new request that tracks the homographic transformation of two images.

[`init(completionHandler:)`](/documentation/Vision/VNTrackHomographicImageRegistrationRequest/init(completionHandler:))

Creates a new request that tracks the homographic transformation of two images, with a system callback on completion.

### Accessing the Results

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

The observed homographic image alignment 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)