OpenCV453
公開変数類 | 全メンバ一覧

公開変数類

struct CvSeqBlockprev
 
struct CvSeqBlocknext
 
int start_index
 
int count
 
schar * data
 

メンバ詳解

◆ count

int CvSeqBlock::count

Number of elements in the block.

◆ data

schar* CvSeqBlock::data

Pointer to the first element of the block.

◆ next

struct CvSeqBlock* CvSeqBlock::next

Next sequence block.

◆ prev

struct CvSeqBlock* CvSeqBlock::prev

Previous sequence block.

◆ start_index

int CvSeqBlock::start_index

Index of the first element in the block +
sequence->first->start_index.


この構造体詳解は次のファイルから抽出されました: