MatExpr Methods |
The MatExpr type exposes the following members.
| Name | Description | |
|---|---|---|
| Abs |
Computes absolute value of each matrix element
| |
| Cross | ||
| Diag | ||
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| Dot | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FromMat | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (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 | Returns a string that represents the current object. (Inherited from Object.) |