Click or drag to resize
CvStructSizes Structure
http://www.emgu.com
This is used to hold the sizes of the Open CV structures

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public struct CvStructSizes

The CvStructSizes type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldCvBox2D
The size of CvBox2D
Public fieldCvMat
The size of CvMat
Public fieldCvMatND
The size of CvMatND
Public fieldCvPoint
The size of CvPoint
Public fieldCvPoint2D32f
The size of CvPoint2D32f
Public fieldCvPoint3D32f
The size of CvPoint3D32f
Public fieldCvRect
The size of CvRect
Public fieldCvScalar
The size of CvScalar
Public fieldCvSize
The size of CvSize
Public fieldCvSize2D32f
The size of CvSize2D32f
Public fieldCvTermCriteria
The size of CvTermCriteria
Public fieldIplImage
The size of IplImage
Top
See Also