A blob detector

Namespace:  Emgu.CV.VideoSurveillance
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public class BlobDetector : UnmanagedObject
Visual Basic (Declaration)
Public Class BlobDetector _
	Inherits UnmanagedObject
Visual C++
public ref class BlobDetector : public UnmanagedObject

Inheritance Hierarchy

System..::.Object
  Emgu.Util..::.DisposableObject
    Emgu.Util..::.UnmanagedObject
      Emgu.CV.VideoSurveillance..::.BlobDetector

See Also