CvSeqWriterT Properties OpenCvSharp Class Library

The CvSeqWriterT generic 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 propertyBlock
current block
(Inherited from CvSeqWriter.)
Public propertyBlockMax
pointer to the End of block
(Inherited from CvSeqWriter.)
Public propertyBlockMin
pointer to the beginning of block
(Inherited from CvSeqWriter.)
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyHeaderSize
size of sequence header
(Inherited from CvSeqWriter.)
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 propertyPtr
pointer to element be read next
(Inherited from CvSeqWriter.)
Public propertySeq
Sequence, beign read
(Inherited from CvSeqWriter.)
Top
See Also

Reference