Click or drag to resize

MatExpr Class

Matrix expression
Inheritance Hierarchy

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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 methodCol
Creates a matrix header for the specified matrix column.
Public methodCross
Computes a cross-product of two 3-element vectors.
Public methodDiag
Extracts a diagonal from a matrix
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodDot
Computes a dot-product of two vectors.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromMat
Convert cv::Mat to cv::MatExpr
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
Inverses a matrix.
Public methodMul(Mat, Double)
Performs an element-wise multiplication or division of the two matrices.
Public methodMul(MatExpr, Double)
Performs an element-wise multiplication or division of the two matrices.
Public methodRow
Creates a matrix header for the specified matrix row.
Public methodSize
Returns the size of a matrix element.
Public methodSubMat(Rect)
Extracts a rectangular submatrix.
Public methodSubMat(Range, Range)
Extracts a rectangular submatrix.
Public methodSubMat(Int32, Int32, Int32, Int32)
Extracts a rectangular submatrix.
Public methodT
Transposes a matrix.
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToMat
Convert to cv::Mat
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodType
Returns the type of a matrix element.
Top
Operators
See Also