pub fn ft1_2d_create_polynom_matrix_horizontal(
radius: i32,
matrix: &mut impl ToOutputArray,
chn: i32,
) -> Result<()>Expand description
Creates horizontal matrix for -transform computation.
ยงParameters
- radius: Radius of the basic function.
- matrix: The horizontal matrix.
- chn: Number of channels.
The function creates helper horizontal matrix for -transfrom processing. It is used for gradient computation.