Function imgproc_rs::colorspace::hsv_to_rgb[][src]

pub fn hsv_to_rgb(input: &Image<f64>) -> Image<u8>

Converts an image from HSV to RGB

  • Input: HSV image with channels in range [0, 1]
  • Output: RGB image with channels in range [0, 255]