PoseLandmark constructor

PoseLandmark(
  1. PoseLandmarkType type,
  2. double x,
  3. double y,
  4. double z,
  5. double likelihood,
)

Implementation

PoseLandmark(
  this.type,
  this.x,
  this.y,
  this.z,
  this.likelihood,
);