opencv::fuzzy

Function ft1_2d_create_polynom_matrix_horizontal

Source
pub fn ft1_2d_create_polynom_matrix_horizontal(
    radius: i32,
    matrix: &mut impl ToOutputArray,
    chn: i32,
) -> Result<()>
Expand description

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.