---
title: "init(completionHandler:)"
framework: vision
role: symbol
role_heading: Initializer
path: "vision/vntrackhomographicimageregistrationrequest/init(completionhandler:)"
---

# init(completionHandler:)

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

## Declaration

```swift
init(completionHandler: VNRequestCompletionHandler? = nil)
```

## Parameters

- `completionHandler`: The callback the system invokes when it completes the request.

## See Also

### Creating a Homographic Image

- [init()](vision/vntrackhomographicimageregistrationrequest/init().md)
