{ } Raw JSON

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

function

skimage.data._fetchers:cell

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

Signature

def   cell ( )

Summary

Cell floating in saline.

Extended Summary

This is a quantitative phase image retrieved from a digital hologram using the Python library qpformat. The image shows a cell with high phase value, above the background phase.

Because of a banding pattern artifact in the background, this image is a good test of thresholding algorithms. The pixel spacing is 0.107 µm.

These data were part of a comparison between several refractive index retrieval techniques for spherical objects as part of [1].

This image is CC0, dedicated to the public domain. You may copy, modify, or distribute it without asking permission.

Returns

cell : ndarray of shape (660, 550) and dtype uint8

Image of a cell.

Aliases

  • skimage.data.cell

Referenced by