skimage2.data.checkerboard#

skimage2.data.checkerboard()[source]#

Checkerboard image.

Checkerboards are often used in image calibration, since the corner-points are easy to locate. Because of the many parallel edges, they also visualise distortions particularly well.

Returns:
checkerboardndarray of shape (200, 200) and dtype uint8

Checkerboard image.