[][src]Function opencv::fuzzy::create_kernel_1

pub fn create_kernel_1(
    function: i32,
    radius: i32,
    kernel: &mut dyn ToOutputArray,
    chn: i32
) -> Result<()>

Creates kernel from general functions.

Parameters

  • function: Function type could be one of the following:
  • LINEAR Linear basic function.
  • radius: Radius of the basic function.
  • kernel: Final 32-bit kernel.
  • chn: Number of kernel channels.

The function creates kernel from predefined functions.