MLKitVision Framework Reference

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

  • It includes x, y, and z coordinates to define the point's position in 3D space.

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

  • Direct initialization of MLKVision3DPoint is not allowed; it must be obtained through other means.

MLKVision3DPoint


@interface MLKVision3DPoint : MLKVisionPoint

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

    Objective-C

    @property (nonatomic, readonly) CGFloat z;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;