C# Class Emgu.CV.Structure.MCvMat

Exibir arquivo Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property 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
return int

data public_oe property

data pointers
public IntPtr,System data
return System.IntPtr

hdr_refcount public_oe property

Header reference count
public int hdr_refcount
return int

refcount public_oe property

underlying data reference counter
public IntPtr,System refcount
return System.IntPtr

rows public_oe property

number of rows
public int rows
return int

step public_oe property

full row length in bytes
public int step
return int

type public_oe property

CvMat signature (CV_MAT_MAGIC_VAL), element type and flags
public int type
return int