The types of blob trakcer
| C# | Visual Basic | Visual C++ |
public enum BLOBTRACKER_TYPE
Public Enumeration BLOBTRACKER_TYPE
public enum class BLOBTRACKER_TYPE
| Member | 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.
|