C# Class Emgu.CV.Structure.MCvBGStatModel

Show file Open project: fajoy/RTSPExample

Public Properties

Property Type Description
CvReleaseBGStatModel System.IntPtr
CvUpdateBGStatModel System.IntPtr
background System.IntPtr
foreground System.IntPtr
foreground_regions System.IntPtr
layer_count int
layers System.IntPtr
storage System.IntPtr
type int

Property Details

CvReleaseBGStatModel public property

Pointer to the function that can be used to release this BGStatModel
public IntPtr,System CvReleaseBGStatModel
return System.IntPtr

CvUpdateBGStatModel public property

Pointer to the function that can be used to update this BGStatModel
public IntPtr,System CvUpdateBGStatModel
return System.IntPtr

background public property

8UC3 reference background image
public IntPtr,System background
return System.IntPtr

foreground public property

8UC1 foreground image
public IntPtr,System foreground
return System.IntPtr

foreground_regions public property

Foreground object contours
public IntPtr,System foreground_regions
return System.IntPtr

layer_count public property

Can be zero
public int layer_count
return int

layers public property

8UC3 reference background image, can be null
public IntPtr,System layers
return System.IntPtr

storage public property

Storage for foreground_regions
public IntPtr,System storage
return System.IntPtr

type public property

The type of BG model
public int type
return int