[][src]Function opencv::fuzzy::ft12_d_create_polynom_matrix_horizontal

pub fn ft12_d_create_polynom_matrix_horizontal(
    radius: i32,
    matrix: &mut dyn ToOutputArray,
    chn: i32
) -> Result<()>

Creates horizontal matrix for inline formula-transform computation.

Parameters

  • radius: Radius of the basic function.
  • matrix: The horizontal matrix.
  • chn: Number of channels.

The function creates helper horizontal matrix for inline formula-transfrom processing. It is used for gradient computation.