The CvSeqReaderT generic 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.) | |
Block |
current block
(Inherited from CvSeqReader.) | |
BlockMax |
pointer to the End of block
(Inherited from CvSeqReader.) | |
BlockMin |
pointer to the beginning of block
(Inherited from CvSeqReader.) | |
CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
DeltaIndex |
seq->first->start_index
(Inherited from CvSeqReader.) | |
HeaderSize |
size of sequence header
(Inherited from CvSeqReader.) | |
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.) | |
PrevElem |
pointer to the End of block
(Inherited from CvSeqReader.) | |
Ptr |
pointer to element be read next
(Inherited from CvSeqReader.) | |
ReaderPos |
Gets/Sets the current reader position
(Inherited from CvSeqReader.) | |
Seq |
Sequence, beign read
|
See Also