C# Class Emgu.CV.Structure.MCvBGStatModel

Exibir arquivo 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_oe property

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

CvUpdateBGStatModel public_oe property

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

background public_oe property

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

foreground public_oe property

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

foreground_regions public_oe property

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

layer_count public_oe property

Can be zero
public int layer_count
return int

layers public_oe property

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

storage public_oe property

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

type public_oe property

The type of BG model
public int type
return int