Matrix correlation operator of Halcon basic series

1.abs_matrix

Computes the absolute value of each element in a matrix.

2.abs_matrix_mod

Computes the absolute value of each element in a matrix.

3.add_matrix

Adds two matrices.

4.add_matrix_mod

Adds two matrices.

5.div_element_matrix

Divide corresponding elements in two matrices

6.div_element_matrix_mod

Divide corresponding elements in two matrices

7.invert_matrix

Find the inverse of a matrix

8.invert_matrix_mod

Find the inverse of a matrix

9.mult_element_matrix

Element-by-element corresponding multiplication in a matrix

10.mult_element_matrix_mod

Element-by-element corresponding multiplication in a matrix

11.mult_matrix

When multiplying two matrices, the left and right multiplications are inconsistent

12.mult_matrix_mod

When multiplying two matrices, the left and right multiplications are inconsistent

13.pow_element_matrix

Calculates the power function of the element-wise corresponding position in the matrix

14.pow_element_matrix_mod

Calculates the power function of the element-wise corresponding position in the matrix

15.pow_matrix

Computes the power function of a matrix.

16.pow_matrix_mod

Computes the power function of a matrix.

17.pow_scalar_element_matrix

Computes the power function of matrix elements.

18.pow_scalar_element_matrix_mod

Computes the power function of matrix elements.

19.Scale a matrix

Scale the elements in the matrix

20.scale_matrix_mod

Scale the elements in the matrix

21.solve_matrix

Computes the solution to a system of equations AX=b solves for X

22.sqrt_matrix

Calculate the square root of matrix elements

23.sub_matrix

Subtract corresponding elements in two matrices

24.sub_matrix_mod

Subtract corresponding elements in two matrices

25.transpose_matrix

find the transpose of a matrix

26.transpose_matrix_mod

find the transpose of a matrix

Guess you like

Origin blog.csdn.net/qiaodahua/article/details/130583609