OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
CvContour Struct Reference

#include "types_c.h"

Public Attributes

scharblock_max
 
int color
 
int delta_elems
 
int elem_size
 
CvSeqBlockfirst
 
int flags
 
CvSeqBlockfree_blocks
 
struct CvSeqh_next
 
struct CvSeqh_prev
 
int header_size
 
scharptr
 
CvRect rect
 
int reserved [3]
 
CvMemStoragestorage
 
int total
 
struct CvSeqv_next
 
struct CvSeqv_prev
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: