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

# init(imagePoint:in:)

Creates a normalized point from a point in an image coordinate space.

## Declaration

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

## Parameters

- `imagePoint`: A point in the image coordinate space.
- `imageSize`: The size of the image.

## 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:normalizedTo:)](vision/normalizedpoint/init(imagepoint:in:normalizedto:).md)
- [zero](vision/normalizedpoint/zero.md)
