Function opencv::fuzzy::create_kernel [−][src]
pub fn create_kernel(
function: i32,
radius: i32,
kernel: &mut dyn ToOutputArray,
chn: i32
) -> Result<()>
Expand description
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.