[][src]Function opencv::fuzzy::ft02_d_process

pub fn ft02_d_process(
    matrix: &Mat,
    kernel: &Mat,
    output: &mut Mat,
    mask: &Mat
) -> Result<()>

Computes F^0-transfrom and inverse F^0-transfrom at once.

Parameters

  • matrix: Input matrix.
  • kernel: Kernel used for processing. Function ft::createKernel can be used.
  • output: Output 32-bit float array.
  • mask: Mask used for unwanted area marking.

This function computes F-transfrom and inverse F-transfotm in one step. It is fully sufficient and optimized for cv::Mat.

C++ default parameters

  • mask: noArray()