@modelhealth/modelhealth
    Preparing search index...

    Type Alias CheckerboardPlacement

    CheckerboardPlacement: "perpendicular" | "parallel"

    Orientation of the calibration checkerboard relative to the camera.

    Type Declaration

    • "perpendicular"

      Checkerboard upright (vertical), so its plane is perpendicular to the ground.

    • "parallel"

      Checkerboard flat on the floor, so its plane is parallel to the ground.

    const details: CheckerboardDetails = {
    rows: 4,
    columns: 5,
    squareSize: 35,
    placement: "perpendicular"
    };