Expand description
DSSIM (Structural Dissimilarity) metric calculation.
Wraps the dssim-core crate for perceptual image comparison.
Functionsยง
- calculate_
dssim - Calculate DSSIM between two images.
- rgb8_
to_ dssim_ image - Convert RGB8 image data to the format needed for DSSIM calculation.
- rgba8_
to_ dssim_ image - Convert RGBA8 image data to the format needed for DSSIM calculation.