C# 클래스 Emgu.CV.VideoSurveillance.BlobDetector

A blob detector
상속: Emgu.Util.UnmanagedObject
파일 보기 프로젝트 열기: fajoy/RTSPExample

공개 메소드들

메소드 설명
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