http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The types of blob trakcer
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum BLOBTRACKER_TYPE |
Visual Basic |
---|
Public Enumeration BLOBTRACKER_TYPE |
Visual C++ |
---|
public enum class BLOBTRACKER_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
CC | 0 | Simple blob tracker based on connected component tracking | |
CCMSPF | 1 | Connected component tracking and mean-shift particle filter collion-resolver | |
MSFG | 2 | Blob tracker that integrates meanshift and connected components | |
MSFGS | 3 | Blob tracker that integrates meanshift and connected components | |
MS | 4 | Meanshift without connected-components | |
MSPF | 5 | Particle filtering via Bhattacharya coefficient, which is roughly the dot-product of two probability densities. |