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