http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Detect new blobs
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public bool DetectNewBlob( Image<Gray, byte> imageForeground, BlobSeq newBlob, BlobSeq oldBlob ) |
Visual Basic |
---|
Public Function DetectNewBlob ( _ imageForeground As Image(Of Gray, Byte), _ newBlob As BlobSeq, _ oldBlob As BlobSeq _ ) As Boolean |
Visual C++ |
---|
public: bool DetectNewBlob( Image<Gray, unsigned char>^ imageForeground, BlobSeq^ newBlob, BlobSeq^ oldBlob ) |
Parameters
- imageForeground
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The foreground mask
- newBlob
- Type: Emgu.CV.VideoSurveillance..::..BlobSeq
The new blob list
- oldBlob
- Type: Emgu.CV.VideoSurveillance..::..BlobSeq
The old blob list, can be null if not needed