MLKitVision Framework Reference

  • Vision3DPoint represents a 3D point within an image, using the same scale as the original image.

  • It includes an x, y, and z coordinate to represent the point's position in 3D space.

  • The z-coordinate specifically indicates the point's depth within the image.

  • Initializing Vision3DPoint directly is not allowed; it is likely obtained from other vision processing methods.

Vision3DPoint

class Vision3DPoint : VisionPoint

A three-dimensional point in an image. The point’s coordinates have the same scale as the original image.

  • z

    The z-coordinate of the point.

    Declaration

    Swift

    var z: CGFloat { get }
  • Unavailable.