<!--
{
  "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/VNTrajectoryObservation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNTrajectoryObservation"
  },
  "title" : "VNTrajectoryObservation"
}
-->

# VNTrajectoryObservation

An observation that describes a detected trajectory.

```
class VNTrajectoryObservation
```

## Topics

### Evaluating an Observation

[`detectedPoints`](/documentation/Vision/VNTrajectoryObservation/detectedPoints)

The centroid points of the detected contour along the trajectory.

[`projectedPoints`](/documentation/Vision/VNTrajectoryObservation/projectedPoints)

The centroids of the calculated trajectory from the detected points.

[`equationCoefficients`](/documentation/Vision/VNTrajectoryObservation/equationCoefficients)

The coefficients of the parabolic equation.

[`movingAverageRadius`](/documentation/Vision/VNTrajectoryObservation/movingAverageRadius)

The moving average radius of the object the request is tracking.



---

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)