http://www.emgu.com
The Matrix<(Of <(<'TDepth>)>)> type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition(Double, Matrix<(Of <<'(TDepth>)>>)) | val + mat1 |
![]() ![]() | Addition(Matrix<(Of <<'(TDepth>)>>), Matrix<(Of <<'(TDepth>)>>)) |
Elementwise add mat1 with mat2 |
![]() ![]() | Addition(Matrix<(Of <<'(TDepth>)>>), Double) |
Elementwise add mat1 with val |
![]() ![]() | Division | mat1 / val |
![]() ![]() | Multiply(Double, Matrix<(Of <<'(TDepth>)>>)) | val * mat1 |
![]() ![]() | Multiply(Matrix<(Of <<'(TDepth>)>>), Matrix<(Of <<'(TDepth>)>>)) | mat1 * mat2 |
![]() ![]() | Multiply(Matrix<(Of <<'(TDepth>)>>), Double) | mat1 * val |
![]() ![]() | Subtraction(Double, Matrix<(Of <<'(TDepth>)>>)) | val - mat1 |
![]() ![]() | Subtraction(Matrix<(Of <<'(TDepth>)>>), Matrix<(Of <<'(TDepth>)>>)) | mat1 - mat2 |
![]() ![]() | Subtraction(Matrix<(Of <<'(TDepth>)>>), Double) | mat1 - val |