C# Class Emgu.CV.Structure.MCvBGStatModel

Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Свойство 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
Résultat System.IntPtr

CvUpdateBGStatModel public_oe property

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

background public_oe property

8UC3 reference background image
public IntPtr,System background
Résultat System.IntPtr

foreground public_oe property

8UC1 foreground image
public IntPtr,System foreground
Résultat System.IntPtr

foreground_regions public_oe property

Foreground object contours
public IntPtr,System foreground_regions
Résultat System.IntPtr

layer_count public_oe property

Can be zero
public int layer_count
Résultat int

layers public_oe property

8UC3 reference background image, can be null
public IntPtr,System layers
Résultat System.IntPtr

storage public_oe property

Storage for foreground_regions
public IntPtr,System storage
Résultat System.IntPtr

type public_oe property

The type of BG model
public int type
Résultat int