Module av_metrics::video

source ·
Expand description

Contains metrics related to video/image quality.

Modules

  • The CIEDE2000 color difference formula.
  • Contains a trait and utilities for implementing decoders. Prebuilt decoders are included in the av-metrics-decoders crate.
  • Peak Signal-to-Noise Ratio metric.
  • Peak Signal-to-Noise Ratio metric accounting for the Human Visual System.
  • Structural Similarity index.

Structs

  • Certain metrics return a value per plane. This struct contains the output for those metrics per plane, as well as a weighted average of the planes.
  • One data plane of a frame.

Enums

Traits