The types of blob trakcer

Namespace: Emgu.CV.CvEnum
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum BLOBTRACKER_TYPE
Public Enumeration BLOBTRACKER_TYPE
public enum class BLOBTRACKER_TYPE

Members

MemberDescription
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.

See Also