Expand description
Core image structures and types.
This module defines the fundamental structures for representing image dimensions, coordinates, and raw image data.
Structs§
- Point
- A point in image coordinates.
- RawImage
- Raw image data container.
- RawImage
Builder - Builder for constructing
RawImageinstances. - Rect
- A rectangular region.
- RgbImage
- A simple container for RGB image data.
- Size
- Image dimensions.
- XTrans
Pattern - X-Trans CFA pattern (6x6 repeating tile).
Enums§
- CfaPattern
- CFA (Color Filter Array) pattern.
Functions§
- white_
level_ from_ bit_ depth - Compute the maximum pixel value (white level) for a given bit depth, clamped to
u16.