[][src]Function opencv::photo::detail_enhance

pub fn detail_enhance(
    src: &dyn ToInputArray,
    dst: &mut dyn ToOutputArray,
    sigma_s: f32,
    sigma_r: f32
) -> Result<()>

This filter enhances the details of a particular image.

Parameters

  • src: Input 8-bit 3-channel image.
  • dst: Output image with the same size and type as src.
  • sigma_s: %Range between 0 to 200.
  • sigma_r: %Range between 0 to 1.

C++ default parameters

  • sigma_s: 10
  • sigma_r: 0.15f