cvpy.biomedimage.BiomedImageTable.BiomedImageTable.fetch_geometry_info

BiomedImageTable.fetch_geometry_info(n: int = 0, qry: str | None = None, posCol: str = '_position_', oriCol: str = '_orientation_', spaCol: str = '_spacing_', dimCol: str = '_dimension_') tuple

Fetch geometry information from this BiomedImageTable.

Parameters:
nint

Specifies the number of images.

qrystr

Specifies the query.

posColstr

Specifies the position column.

oriColstr

Specifies the orientation column.

spaColstr

Specifies the spacing column.

dimColstr

Specifies the dimension column.

Returns:
tuple, (position, orientation, spacing)