Matrix expression
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusMatExpr
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The MatExpr type exposes the following members.
Properties
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 |
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.) |
Operators
See Also