MatExpr Class |
Namespace: OpenCvSharp
The MatExpr type exposes the following members.
| Name | Description | |
|---|---|---|
| Col | ||
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
| ItemRect | ||
| ItemRange, Range | ||
| ItemInt32, Int32, Int32, Int32 | ||
| Row | ||
| Size | ||
| Type |
| 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.) |