Attention: This MediaPipe Solutions Preview is an early release. Learn more.

Landmark

public abstract class Landmark

Landmark represents a point in 3D space with x, y, z coordinates. The landmark coordinates are in meters. z represents the landmark depth, and the smaller the value the closer the world landmark is to the camera.

Public Constructors

Public Methods

static Landmark
create(float x, float y, float z)
final boolean
final int
final String
abstract float
x()
abstract float
y()
abstract float
z()

Inherited Methods

Public Constructors

public Landmark ()

Public Methods

public static Landmark create (float x, float y, float z)

Parameters
x
y
z

public final boolean equals (Object o)

Parameters
o

public final int hashCode ()

public final String toString ()

public abstract float x ()

public abstract float y ()

public abstract float z ()