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

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

Computes components of the array using direct F^1-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.