OpenCV
3.4.20
Open Source Computer Vision
|
#include <opencv2/core/types_c.h>
Public Attributes | |
int | count |
schar * | data |
struct CvSeqBlock * | next |
struct CvSeqBlock * | prev |
int | start_index |
int CvSeqBlock::count |
Number of elements in the block.
schar* CvSeqBlock::data |
Pointer to the first element of the block.
struct CvSeqBlock* CvSeqBlock::next |
Next sequence block.
struct CvSeqBlock* CvSeqBlock::prev |
Previous sequence block.
int CvSeqBlock::start_index |
Index of the first element in the block + sequence->first->start_index.