CvSubdiv2D Properties OpenCvSharp Class Library

The CvSubdiv2D type exposes the following members.

Properties

  NameDescription
Public propertyActiveCount
(Inherited from CvSet.)
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 propertyBlockMax
maximal bound of the last block
(Inherited from CvSeq.)
Public propertyBottomRight
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyDeltaElems
how many elements allocated when the sequence grows (sequence granularity)
(Inherited from CvSeq.)
Public propertyDims
Get number of dimensions
(Inherited from CvArr.)
Public propertyEdges
Set of edges
(Inherited from CvGraph.)
Public propertyElemChannels
Get number of channels
(Inherited from CvArr.)
Public propertyElemDepth
Get bit Depth
(Inherited from CvArr.)
Public propertyElemSize
size of sequence element in bytes
(Inherited from CvSeq.)
Public propertyElemType
Get type of the array
(Inherited from CvArr.)
Public propertyFirst
pointer to the first sequence block
(Inherited from CvSeq.)
Public propertyFlags
miscellaneous flags
(Inherited from CvTreeNodeT.)
Public propertyFreeBlocks
free blocks list
(Inherited from CvSeq.)
Public propertyFreeElems
list of free nodes
(Inherited from CvSet.)
Public propertyHeaderSize
size of sequence header
(Inherited from CvTreeNodeT.)
Public propertyHNext
next sequence
(Inherited from CvSeq.)
Public propertyHPrev
previous sequence
(Inherited from CvSeq.)
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 propertyIsGeometryValid
Public propertyItemInt32
Return the particular array element (cvGet1D/Set1D)
(Inherited from CvArr.)
Public propertyItemInt32, Int32
Return the particular array element (cvGet2D/Set2D)
(Inherited from CvArr.)
Public propertyItemInt32, Int32, Int32
Return the particular array element (cvGet3D/Set3D)
(Inherited from CvArr.)
Public propertyPtr
current write pointer
(Inherited from CvSeq.)
Public propertyQuadEdges
Public propertyRecentEdge
Public propertyStorage
where the seq is stored
(Inherited from CvSeq.)
Public propertyTopLeft
Public propertyTotal
total number of elements
(Inherited from CvSeq.)
Public propertyVNext
2nd next sequence
(Inherited from CvSeq.)
Public propertyVPrev
2nd previous sequence
(Inherited from CvSeq.)
Top
See Also

Reference