cvpy.biomedimage.BiomedImageTable.BiomedImageTable.fetch_image_array¶
- BiomedImageTable.fetch_image_array(n: int = 0, qry: str | None = None, image: str = '_image_', dim: str = '_dimension_', res: str = '_resolution_', ctype: str = '_channelType_', ccount: int = 1) ndarray ¶
Fetch image array from this BiomedImageTable.
- Parameters:
- nint
Specifies the number of additional images.
- qrystr
Specifies the query.
- imagestr
Specifies the image format.
- dimstr
Specifies the image dimension.
- resstr
Specifies the image resolution.
- ctypestr
Specifies the channel type.
- ccountint
Specifies the number of channels of the image.
- Returns
- ——-
- :class:’numpy.ndarray’