The MatExpr type exposes the following members.
Methods
Name | Description | |
---|---|---|
Abs |
Computes absolute value of each matrix element
| |
Cross | ||
Diag | ||
Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
Dot | ||
Equals | (Inherited from Object.) | |
FromMat | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Inv | ||
Mul(Mat, Double) | ||
Mul(MatExpr, Double) | ||
SubMat(Rect) | ||
SubMat(Range, Range) | ||
SubMat(Int32, Int32, Int32, Int32) | ||
T | ||
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
ToMat | ||
ToString | (Inherited from Object.) |
See Also