MatOfPoint2d Properties OpenCvSharp Class Library

The MatOfPoint2d type exposes the following members.

Properties

  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyCol
Indexer to access Mat column as Mat
(Inherited from Mat.)
Public propertyColExpr
Indexer to access Mat column as MatExpr
(Inherited from Mat.)
Public propertyCols
the number of columns or -1 when the array has more than 2 dimensions
(Inherited from Mat.)
Public propertyCount
Returns the total number of matrix elements (Mat.total)
(Inherited from MatTElem, TInherit.)
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyData
pointer to the data
(Inherited from Mat.)
Public propertyDataEnd
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.)
Public propertyDataLimit
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.)
Public propertyDataPointer
unsafe pointer to the data
(Inherited from Mat.)
Public propertyDataStart
The pointer that is possible to compute a relative sub-array position in the main container array using locateROI()
(Inherited from Mat.)
Public propertyExpr
Indexer to access partial Mat as MatExpr
(Inherited from Mat.)
Public propertyHeight
the number of rows or -1 when the array has more than 2 dimensions
(Inherited from Mat.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from MatTElem, TInherit.)
Public propertyItemRange
Extracts a rectangular submatrix.
(Inherited from MatTElem, TInherit.)
Public propertyItemRect
Extracts a rectangular submatrix.
(Inherited from MatTElem, TInherit.)
Public propertyItemRange, Range
Extracts a rectangular submatrix.
(Inherited from MatTElem, TInherit.)
Public propertyItemInt32, Int32, Int32, Int32
Extracts a rectangular submatrix.
(Inherited from MatTElem, TInherit.)
Public propertyRefcount
pointer to the reference counter; when matrix points to user-allocated data, the pointer is NULL
(Inherited from Mat.)
Public propertyRow
Indexer to access Mat row as Mat
(Inherited from Mat.)
Public propertyRowExpr
Indexer to access Mat row as MatExpr
(Inherited from Mat.)
Public propertyRows
the number of rows or -1 when the array has more than 2 dimensions
(Inherited from Mat.)
Public propertyWidth
the number of columns or -1 when the array has more than 2 dimensions
(Inherited from Mat.)
Top
See Also

Reference