[][src]Function opencv::intensity_transform::autoscaling

pub fn autoscaling(input: Mat, output: &mut Mat) -> Result<()>

Given an input bgr or grayscale image, apply autoscaling on domain [0, 255] to increase the contrast of the input image and return the resulting image.

Parameters

  • input: input bgr or grayscale image.
  • output: resulting image of autoscaling.