Detect new blobs
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public int DetectNewBlob( IImage image, Image<Gray, byte> imageForground, BlobSeq newBlob, BlobSeq oldBlob ) |
Visual Basic (Declaration) |
---|
Public Function DetectNewBlob ( _ image As IImage, _ imageForground As Image(Of Gray, Byte), _ newBlob As BlobSeq, _ oldBlob As BlobSeq _ ) As Integer |
Visual C++ |
---|
public: int DetectNewBlob( IImage^ image, Image<Gray, unsigned char>^ imageForground, BlobSeq^ newBlob, BlobSeq^ oldBlob ) |
Parameters
- image
- Type: Emgu.CV..::.IImage
The image
- imageForground
- Type: Emgu.CV..::.Image<(Of <(Gray, Byte>)>)
The forground mask
- newBlob
- Type: Emgu.CV.VideoSurveillance..::.BlobSeq
The new blob list
- oldBlob
- Type: Emgu.CV.VideoSurveillance..::.BlobSeq
The old blob list
Return Value
[Missing <returns> documentation for "M:Emgu.CV.VideoSurveillance.BlobDetector.DetectNewBlob(Emgu.CV.IImage,Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Byte},Emgu.CV.VideoSurveillance.BlobSeq,Emgu.CV.VideoSurveillance.BlobSeq)"]