![]() |
OpenCV
4.0.0-pre
Open Source Computer Vision
|
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me! |
#include "types_c.h"

Public Attributes | |
| int | count |
| Number of elements in the block. More... | |
| schar * | data |
| Pointer to the first element of the block. More... | |
| struct CvSeqBlock * | next |
| Next sequence block. More... | |
| struct CvSeqBlock * | prev |
| Previous sequence block. More... | |
| int | start_index |
| Index of the first element in the block +. More... | |
| 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.