<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNNormalizedPointForImagePoint(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:@F@VNNormalizedPointForImagePoint"
  },
  "title" : "VNNormalizedPointForImagePoint(_:_:_:)"
}
-->

# VNNormalizedPointForImagePoint(_:_:_:)

Projects a point from image coordinates into normalized coordinates.

```
func VNNormalizedPointForImagePoint(_ imagePoint: CGPoint, _ imageWidth: Int, _ imageHeight: Int) -> CGPoint
```

## Parameters

`imagePoint`

The input point in image coordinate space.

`imageWidth`

The image width.

`imageHeight`

The image height.

## Return Value

The input point projected into normalized coordinates.

## Discussion

The resulting point in image coordinate space may have nonintegral (floating-point) coordinates.

---

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)