The MatOfPoint type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) |
![]() | AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) |
![]() | Col |
Indexer to access Mat column as Mat
(Inherited from Mat.) |
![]() | ColExpr |
Indexer to access Mat column as MatExpr
(Inherited from Mat.) |
![]() | Cols |
the number of columns or -1 when the array has more than 2 dimensions
(Inherited from Mat.) |
![]() | Count |
Returns the total number of matrix elements (Mat.total)
(Inherited from MatTElem, TInherit.) |
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) |
![]() | Data |
pointer to the data
(Inherited from Mat.) |
![]() | DataEnd |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.) |
![]() | DataLimit |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.) |
![]() | DataPointer |
unsafe pointer to the data
(Inherited from Mat.) |
![]() | DataStart |
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.) |
![]() | Expr |
Indexer to access partial Mat as MatExpr
(Inherited from Mat.) |
![]() | Height |
the number of rows or -1 when the array has more than 2 dimensions
(Inherited from Mat.) |
![]() | 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.) |
![]() | IsReadOnly |
Gets a value indicating whether the IList is read-only.
(Inherited from MatTElem, TInherit.) |
![]() | ItemRange |
Extracts a rectangular submatrix.
(Inherited from MatTElem, TInherit.) |
![]() | ItemRect |
Extracts a rectangular submatrix.
(Inherited from MatTElem, TInherit.) |
![]() | ItemRange, Range |
Extracts a rectangular submatrix.
(Inherited from MatTElem, TInherit.) |
![]() | ItemInt32, Int32, Int32, Int32 |
Extracts a rectangular submatrix.
(Inherited from MatTElem, TInherit.) |
![]() | Refcount |
pointer to the reference counter;
when matrix points to user-allocated data, the pointer is NULL
(Inherited from Mat.) |
![]() | Row |
Indexer to access Mat row as Mat
(Inherited from Mat.) |
![]() | RowExpr |
Indexer to access Mat row as MatExpr
(Inherited from Mat.) |
![]() | Rows |
the number of rows or -1 when the array has more than 2 dimensions
(Inherited from Mat.) |
![]() | Width |
the number of columns or -1 when the array has more than 2 dimensions
(Inherited from Mat.) |
See Also