Collapse imageExpand ImageCopy imageCopyHover image
            





Emgu CV Library Documentation
Matrix<(Of <(<'TDepth>)>)> Operators
Matrix<(Of <(<'TDepth>)>)> Class See Also Send Feedback
http://www.emgu.com

The Matrix<(Of <(<'TDepth>)>)> type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition(Double, Matrix<(Of <<'(TDepth>)>>))
val + mat1
Public operatorStatic memberAddition(Matrix<(Of <<'(TDepth>)>>), Matrix<(Of <<'(TDepth>)>>))
Elementwise add mat1 with mat2
Public operatorStatic memberAddition(Matrix<(Of <<'(TDepth>)>>), Double)
Elementwise add mat1 with val
Public operatorStatic memberDivision
mat1 / val
Public operatorStatic memberMultiply(Double, Matrix<(Of <<'(TDepth>)>>))
val * mat1
Public operatorStatic memberMultiply(Matrix<(Of <<'(TDepth>)>>), Matrix<(Of <<'(TDepth>)>>))
mat1 * mat2
Public operatorStatic memberMultiply(Matrix<(Of <<'(TDepth>)>>), Double)
mat1 * val
Public operatorStatic memberSubtraction(Double, Matrix<(Of <<'(TDepth>)>>))
val - mat1
Public operatorStatic memberSubtraction(Matrix<(Of <<'(TDepth>)>>), Matrix<(Of <<'(TDepth>)>>))
mat1 - mat2
Public operatorStatic memberSubtraction(Matrix<(Of <<'(TDepth>)>>), Double)
mat1 - val

See Also

Matrix<(Of <(<'TDepth>)>)> Class
Emgu.CV Namespace
Footer image
For questions and discussions please visit http://www.emgu.com/forum

Send comments on this topic to support@emgu.com

2012 Emgu, All Rights Reserved,