---
title: "init(imagePoint:in:normalizedTo:)"
framework: vision
role: symbol
role_heading: Initializer
path: "vision/normalizedpoint/init(imagepoint:in:normalizedto:)"
---

# init(imagePoint:in:normalizedTo:)

Creates a point normalized to a region of interest within an image.

## Declaration

```swift
init(imagePoint: CGPoint, in imageSize: CGSize, normalizedTo regionOfInterest: NormalizedRect)
```

## Parameters

- `imagePoint`: A point in the image coordinate space.
- `imageSize`: The size of the image.
- `regionOfInterest`: The region within the image to normalize the point to.

## See Also

### Creating a normalized point

- [init(x:y:)](vision/normalizedpoint/init(x:y:).md)
- [init(normalizedPoint:)](vision/normalizedpoint/init(normalizedpoint:).md)
- [init(imagePoint:in:)](vision/normalizedpoint/init(imagepoint:in:).md)
- [zero](vision/normalizedpoint/zero.md)
