Expand description
Image-related utilities.
Enums§
- Error returned when trying to interpret a tensor as an image.
- Errors when converting images from the [
image
] crate to ancrate::archetypes::Image
. - The kind of image data, either color, segmentation, or depth image.
- Errors when loading image files.
- Yuv matrix coefficients that determine how a YUV image is meant to be converted to RGB.
Traits§
- Types that implement this can be used as image channel types.
Functions§
- Converts it to what is useful for the image API.
- Returns the indices of an appropriate set of dimensions.
- Returns sRGB from YUV color.