[][src]Function opencv::fuzzy::filter

pub fn filter(
    image: &dyn ToInputArray,
    kernel: &dyn ToInputArray,
    output: &mut dyn ToOutputArray
) -> Result<()>

Image filtering

Parameters

  • image: Input image.
  • kernel: Final 32-bit kernel.
  • output: Output 32-bit image.

Filtering of the input image by means of F-transform.