skimage2.segmentation.checkerboard_level_set#
- skimage2.segmentation.checkerboard_level_set(image_shape, square_size=5)[source]#
Create a checkerboard level set with binary values.
- Parameters:
- image_shapetuple of positive integers
Shape of the image.
- square_sizeint, optional
Size of the squares of the checkerboard. It defaults to 5.
- Returns:
- outarray with shape
image_shape Binary level set of the checkerboard.
- outarray with shape
See also