{ } Raw JSON

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

function

skimage.data._fetchers:grass

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

Signature

def   grass ( )

Summary

Grass.

Returns

grass : (512, 512) uint8 image

Some grass.

Notes

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

The downloaded image was cropped to include a region of (512, 512) pixels around the top left corner, converted to grayscale, then to uint8 prior to saving the result in PNG format.

Aliases

  • skimage.data.grass

Referenced by