{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / data / _fetchers / brick

function

skimage.data._fetchers:brick

source: /dev/scikit-image/src/skimage/data/_fetchers.py :425

Signature

def   brick ( )

Summary

Brick wall.

Returns

brick : (512, 512) uint8 image

A small section of a brick wall.

Notes

The original image was downloaded from CC0Textures and licensed under the Creative Commons CC0 License.

A perspective transform was then applied to the image, prior to rotating it by 90 degrees, cropping and scaling it to obtain the final image.

Aliases

  • skimage.data.brick

Referenced by