pub fn histogram_equalize(input: &Tensor) -> Result<Tensor, ImgProcError>Expand description
Histogram equalization. Input: [H, W] grayscale.
Histogram equalization for single-channel [H, W, 1] images with values in [0, 1].
pub fn histogram_equalize(input: &Tensor) -> Result<Tensor, ImgProcError>Histogram equalization. Input: [H, W] grayscale.
Histogram equalization for single-channel [H, W, 1] images with values in [0, 1].