Table of Contents

Struct CvStructSizes

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

This is used to hold the sizes of the Open CV structures

public struct CvStructSizes
Inherited Members

Fields

CvBox2D

The size of CvBox2D

public int CvBox2D

Field Value

int

CvMat

The size of CvMat

public int CvMat

Field Value

int

CvMatND

The size of CvMatND

public int CvMatND

Field Value

int

CvPoint

The size of CvPoint

public int CvPoint

Field Value

int

CvPoint2D32f

The size of CvPoint2D32f

public int CvPoint2D32f

Field Value

int

CvPoint3D32f

The size of CvPoint3D32f

public int CvPoint3D32f

Field Value

int

CvRect

The size of CvRect

public int CvRect

Field Value

int

CvScalar

The size of CvScalar

public int CvScalar

Field Value

int

CvSize

The size of CvSize

public int CvSize

Field Value

int

CvSize2D32f

The size of CvSize2D32f

public int CvSize2D32f

Field Value

int

CvTermCriteria

The size of CvTermCriteria

public int CvTermCriteria

Field Value

int

IplImage

The size of IplImage

public int IplImage

Field Value

int