Expand description
DSSIM (Structural Dissimilarity) metric calculation.
Wraps the dssim-core crate for perceptual image comparison.
§ICC Profile Support
Use calculate_dssim_icc for images with non-sRGB color profiles.
Functions§
- calculate_
dssim - Calculate DSSIM between two images.
- calculate_
dssim_ icc - Calculate DSSIM with ICC profile support.
- 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.