Image.isImage

bool isImage(hid_t locId, string imageName)

Checks if a dataset is an HDF5 image.

Parameters

locIdLocation identifier (file or group handle)
imageNameName of the dataset to check

Returns

true if the dataset is an image, false otherwise

Throws

HDF5Exception if the check fails