http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Updates list of tracks based on current blobs.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void Update( CvBlobs blobs, double thDistance, uint thInactive, uint thActive ) |
Visual Basic |
---|
Public Sub Update ( _ blobs As CvBlobs, _ thDistance As Double, _ thInactive As UInteger, _ thActive As UInteger _ ) |
Visual C++ |
---|
public: void Update( CvBlobs^ blobs, double thDistance, unsigned int thInactive, unsigned int thActive ) |
Parameters
- blobs
- Type: Emgu.CV.Cvb..::..CvBlobs
List of blobs
- thDistance
- Type: System..::..Double
Distance Max distance to determine when a track and a blob match
- thInactive
- Type: System..::..UInt32
Inactive Max number of frames a track can be inactive
- thActive
- Type: System..::..UInt32
Active If a track becomes inactive but it has been active less than thActive frames, the track will be deleted.