Core

Checkerboard

Checkerboard generation or calibration-board helper.

2 public methods

Import

from Xenonix.Core import Checkerboard

Search this API

Filter methods, arguments, and configuration keys on this page.

Configuration

Use Config(...) with these keys where the class exposes configuration.

This object does not expose a public Config table.

Public methods

Create

Creates a new Checkerboard instance.

Create()

Arguments

No arguments.

Output

Creates a new Checkerboard object.

Generate

Runs the Generate operation for Checkerboard.

Generate(Rows=9, Cols=6, Size=20, Add_Border=True, Path=None)

Arguments

Argument Default Accepted values What it does
Rows 9 Any valid value Rows value used by the operation.
Cols 6 Any valid value Cols value used by the operation.
Size 20 Any valid value Size value used by the operation or widget.
Add_Border True Any valid value Turns add border on or off.
Path None Any valid value File path used for reading or writing.

Output

Runs the operation. Some methods update the object in place.