C# Class Emgu.CV.Structure.MCvMat

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство Type Description
cols int
data System.IntPtr
hdr_refcount int
refcount System.IntPtr
rows int
step int
type int

Property Details

cols public_oe property

number of columns
public int cols
Résultat int

data public_oe property

data pointers
public IntPtr,System data
Résultat System.IntPtr

hdr_refcount public_oe property

Header reference count
public int hdr_refcount
Résultat int

refcount public_oe property

underlying data reference counter
public IntPtr,System refcount
Résultat System.IntPtr

rows public_oe property

number of rows
public int rows
Résultat int

step public_oe property

full row length in bytes
public int step
Résultat int

type public_oe property

CvMat signature (CV_MAT_MAGIC_VAL), element type and flags
public int type
Résultat int