![]() |
OpenCV
3.1.0
Open Source Computer Vision
|
#include "types_c.h"
Public Attributes | |
| schar * | block_max |
| int | color |
| int | delta_elems |
| int | elem_size |
| CvSeqBlock * | first |
| int | flags |
| CvSeqBlock * | free_blocks |
| struct CvSeq * | h_next |
| struct CvSeq * | h_prev |
| int | header_size |
| schar * | ptr |
| CvRect | rect |
| int | reserved [3] |
| CvMemStorage * | storage |
| int | total |
| struct CvSeq * | v_next |
| struct CvSeq * | v_prev |
| schar* CvContour::block_max |
Maximal bound of the last block.
| int CvContour::color |
| int CvContour::delta_elems |
Grow seq this many at a time.
| int CvContour::elem_size |
Size of sequence element in bytes.
| CvSeqBlock* CvContour::first |
Pointer to the first sequence block.
| int CvContour::flags |
Miscellaneous flags.
| CvSeqBlock* CvContour::free_blocks |
Free blocks list.
| struct CvSeq* CvContour::h_next |
Next sequence.
| struct CvSeq* CvContour::h_prev |
Previous sequence.
| int CvContour::header_size |
Size of sequence header.
| schar* CvContour::ptr |
Current write pointer.
| CvRect CvContour::rect |
| int CvContour::reserved[3] |
| CvMemStorage* CvContour::storage |
Where the seq is stored.
| int CvContour::total |
Total number of elements.
| struct CvSeq* CvContour::v_next |
< 2nd next sequence.
| struct CvSeq* CvContour::v_prev |
2nd previous sequence.
1.8.9.1