Function opencv::fuzzy::create_kernel1[][src]

pub fn create_kernel1(
    a: &dyn ToInputArray,
    b: &dyn ToInputArray,
    kernel: &mut dyn ToOutputArray,
    chn: i32
) -> Result<()>
Expand description

Creates kernel from basic functions.

Parameters

  • A: Basic function used in axis x.
  • B: Basic function used in axis y.
  • kernel: Final 32-bit kernel derived from A and B.
  • chn: Number of kernel channels.

The function creates kernel usable for latter fuzzy image processing.