http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Detect blobs from input image.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public uint Detect( Image<Gray, byte> img, CvBlobs blobs ) |
Visual Basic |
---|
Public Function Detect ( _ img As Image(Of Gray, Byte), _ blobs As CvBlobs _ ) As UInteger |
Visual C++ |
---|
public: unsigned int Detect( Image<Gray, unsigned char>^ img, CvBlobs^ blobs ) |
Parameters
- img
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The input image
- blobs
- Type: Emgu.CV.Cvb..::..CvBlobs
The storage for the detected blobs