Image.isImage
bool isImage(hid_t locId, string imageName)Checks if a dataset is an HDF5 image.
Parameters
locId | Location identifier (file or group handle) |
imageName | Name of the dataset to check |
Returns
true if the dataset is an image, false otherwise
Throws
HDF5Exception if the check fails