C# Класс Emgu.CV.Structure.MCvBGStatModel

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Описание свойств

CvReleaseBGStatModel публичное свойство

Pointer to the function that can be used to release this BGStatModel
public IntPtr,System CvReleaseBGStatModel
Результат System.IntPtr

CvUpdateBGStatModel публичное свойство

Pointer to the function that can be used to update this BGStatModel
public IntPtr,System CvUpdateBGStatModel
Результат System.IntPtr

background публичное свойство

8UC3 reference background image
public IntPtr,System background
Результат System.IntPtr

foreground публичное свойство

8UC1 foreground image
public IntPtr,System foreground
Результат System.IntPtr

foreground_regions публичное свойство

Foreground object contours
public IntPtr,System foreground_regions
Результат System.IntPtr

layer_count публичное свойство

Can be zero
public int layer_count
Результат int

layers публичное свойство

8UC3 reference background image, can be null
public IntPtr,System layers
Результат System.IntPtr

storage публичное свойство

Storage for foreground_regions
public IntPtr,System storage
Результат System.IntPtr

type публичное свойство

The type of BG model
public int type
Результат int