Click or drag to resize

MatExpr Class

Matrix expression
Inheritance Hierarchy

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public sealed class MatExpr : DisposableCvObject

The MatExpr type exposes the following members.

Properties
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
Operators
See Also