CvSeqReaderT Properties OpenCvSharp Class Library

The CvSeqReaderT 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 CvSeqReader.)
Public propertyBlockMax
pointer to the End of block
(Inherited from CvSeqReader.)
Public propertyBlockMin
pointer to the beginning of block
(Inherited from CvSeqReader.)
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyDeltaIndex
seq->first->start_index
(Inherited from CvSeqReader.)
Public propertyHeaderSize
size of sequence header
(Inherited from CvSeqReader.)
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 propertyPrevElem
pointer to the End of block
(Inherited from CvSeqReader.)
Public propertyPtr
pointer to element be read next
(Inherited from CvSeqReader.)
Public propertyReaderPos
Gets/Sets the current reader position
(Inherited from CvSeqReader.)
Public propertySeq
Sequence, beign read
Top
See Also

Reference