[][src]Function opencv::fuzzy::ft02_d_inverse_ft

pub fn ft02_d_inverse_ft(
    components: &dyn ToInputArray,
    kernel: &dyn ToInputArray,
    output: &mut dyn ToOutputArray,
    width: i32,
    height: i32
) -> Result<()>

Computes inverse inline formula-transfrom.

Parameters

  • components: Input 32-bit float single channel array for the components.
  • kernel: Kernel used for processing. Function ft::createKernel can be used.
  • output: Output 32-bit float array.
  • width: Width of the output array.
  • height: Height of the output array.

Computation of inverse F-transform.