C# Класс Emgu.CV.VideoSurveillance.BlobDetector

A blob detector
Наследование: Emgu.Util.UnmanagedObject
Показать файл Открыть проект

Открытые методы

Метод Описание
BlobDetector ( CvEnum type ) : System

Create a blob detector of specific type

DetectNewBlob ( Byte>.Image imageForeground, BlobSeq newBlob, BlobSeq oldBlob ) : bool

Detect new blobs

Защищенные методы

Метод Описание
DisposeObject ( ) : void

Release the detector

Описание методов

BlobDetector() публичный Метод

Create a blob detector of specific type
public BlobDetector ( CvEnum type ) : System
type CvEnum The type of the detector
Результат System

DetectNewBlob() публичный Метод

Detect new blobs
public DetectNewBlob ( Byte>.Image imageForeground, BlobSeq newBlob, BlobSeq oldBlob ) : bool
imageForeground Byte>.Image The foreground mask
newBlob BlobSeq The new blob list
oldBlob BlobSeq The old blob list, can be null if not needed
Результат bool

DisposeObject() защищенный Метод

Release the detector
protected DisposeObject ( ) : void
Результат void