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

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
BD System.IntPtr
BT System.IntPtr
BTA System.IntPtr
BTGen System.IntPtr
BTPP System.IntPtr
FG System.IntPtr
FGTrainFrames int
usePPData int

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

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

Selected blob detector module. If this field is NULL default blobdetector module will be created.
public IntPtr,System BD
Результат System.IntPtr

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

Selected blob tracking module. If this field is NULL default blobtracker module will be created.
public IntPtr,System BT
Результат System.IntPtr

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

Selected blob trajectory analysis module. If this field is NULL no track analysis is done.
public IntPtr,System BTA
Результат System.IntPtr

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

Selected blob trajectory generator. If this field is NULL no generator is used.
public IntPtr,System BTGen
Результат System.IntPtr

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

Selected blob trajectory postprocessing module. If this field is NULL no postprocessing is done.
public IntPtr,System BTPP
Результат System.IntPtr

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

FGDetector module. If this field is NULL the Process FG mask is used.
public IntPtr,System FG
Результат System.IntPtr

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

Number of frames needed for FG (foreground) detector to train.
public int FGTrainFrames
Результат int

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

public int usePPData
Результат int