An abstract class that server as a base class for Blob sequence
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public abstract class BlobSeqBase : UnmanagedObject, IEnumerable<MCvBlob>, IEnumerable |
Visual Basic (Declaration) |
---|
Public MustInherit Class BlobSeqBase _ Inherits UnmanagedObject _ Implements IEnumerable(Of MCvBlob), IEnumerable |
Visual C++ |
---|
public ref class BlobSeqBase abstract : public UnmanagedObject, IEnumerable<MCvBlob>, IEnumerable |
Inheritance Hierarchy
System..::.Object
Emgu.Util..::.DisposableObject
Emgu.Util..::.UnmanagedObject
Emgu.CV.VideoSurveillance..::.BlobSeqBase
Emgu.CV.VideoSurveillance..::.BlobSeq
Emgu.CV.VideoSurveillance..::.BlobTracker
Emgu.CV.VideoSurveillance..::.BlobTrackerAuto<(Of <(TColor>)>)
Emgu.Util..::.DisposableObject
Emgu.Util..::.UnmanagedObject
Emgu.CV.VideoSurveillance..::.BlobSeqBase
Emgu.CV.VideoSurveillance..::.BlobSeq
Emgu.CV.VideoSurveillance..::.BlobTracker
Emgu.CV.VideoSurveillance..::.BlobTrackerAuto<(Of <(TColor>)>)