<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/CoordinateOrigin",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision16CoordinateOriginO"
  },
  "title" : "CoordinateOrigin"
}
-->

# CoordinateOrigin

The origin of a coordinate system relative to an image.

```
enum CoordinateOrigin
```

## Topics

### Getting the origins

[`case upperLeft`](/documentation/Vision/CoordinateOrigin/upperLeft)

The origin at the upper-left corner of the image.

[`case lowerLeft`](/documentation/Vision/CoordinateOrigin/lowerLeft)

The origin at the lower-left corner of the image.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)