Click or drag to resize

MatExpr Methods

The MatExpr type exposes the following members.

Methods
  NameDescription
Public methodAbs
Computes absolute value of each matrix element
Public methodCross
Public methodDiag
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodDot
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromMat
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInv
Public methodMul(Mat, Double)
Public methodMul(MatExpr, Double)
Public methodSubMat(Rect)
Public methodSubMat(Range, Range)
Public methodSubMat(Int32, Int32, Int32, Int32)
Public methodT
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToMat
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also