cervix_tissue
A GeoDataframe of segmented tissue regions of a cervical biopsy.
Note
Pairs with: cervix_nuclei()
.
Examples:
>>> from histolytics.data import cervix_tissue
>>> ax = cervix_tissue().plot(column="class_name")
>>> ax.set_axis_off()
A GeoDataframe of segmented tissue regions of a cervical biopsy.
Pairs with: cervix_nuclei()
.
Examples:
>>> from histolytics.data import cervix_tissue
>>> ax = cervix_tissue().plot(column="class_name")
>>> ax.set_axis_off()
src/histolytics/data/fetch.py