[][src]Function opencv::fuzzy::ft12_d_components

pub fn ft12_d_components(
    matrix: &dyn ToInputArray,
    kernel: &dyn ToInputArray,
    components: &mut dyn ToOutputArray
) -> Result<()>

Computes components of the array using direct inline formula-transform.

Parameters

  • matrix: Input array.
  • kernel: Kernel used for processing. Function ft::createKernel can be used.
  • components: Output 32-bit float array for the components.

The function computes linear components using predefined kernel.