http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Draw the blobs on the image
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Image<Bgr, byte> DrawBlobs( Image<Gray, byte> image, CvBlobs blobs, CvBlobDetector..::..BlobRenderType type, double alpha ) |
Visual Basic |
---|
Public Function DrawBlobs ( _ image As Image(Of Gray, Byte), _ blobs As CvBlobs, _ type As CvBlobDetector..::..BlobRenderType, _ alpha As Double _ ) As Image(Of Bgr, Byte) |
Visual C++ |
---|
public: Image<Bgr, unsigned char>^ DrawBlobs( Image<Gray, unsigned char>^ image, CvBlobs^ blobs, CvBlobDetector..::..BlobRenderType type, double alpha ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The binary mask.
- blobs
- Type: Emgu.CV.Cvb..::..CvBlobs
The blobs.
- type
- Type: Emgu.CV.Cvb..::..CvBlobDetector..::..BlobRenderType
Drawing type.
- alpha
- Type: System..::..Double
The alpha value. 1.0 for solid color and 0.0 for transparent