Method | Description | |
---|---|---|
Camshift ( ) : System |
Constructs a new Camshift tracking algorithm.
|
|
Camshift ( |
Constructs a new Camshift tracking algorithm.
|
|
Camshift ( |
Constructs a new Camshift tracking algorithm.
|
|
Camshift ( |
Constructs a new Camshift tracking algorithm.
|
|
Camshift ( |
Constructs a new Camshift tracking algorithm.
|
|
GetBackprojection ( ) : |
Generates a image of the histogram back projection
|
|
GetBackprojection ( PixelFormat format ) : |
Generates a image of the histogram backprojection
|
|
GetBackprojection ( PixelFormat format, |
Generates a image of the histogram backprojection
|
|
GetBackprojection ( |
Generates a image of the histogram backprojection
|
|
ProcessFrame ( |
Processes a new video frame.
|
|
Reset ( ) : void |
Resets the object tracking algorithm.
|
Method | Description | |
---|---|---|
camshift ( |
Camshift algorithm
|
|
checkSteadiness ( ) : bool |
Checks for aberrant fluctuations in the tracking object.
|
|
computeHistogramRatio ( float histogramM, float histogramI, float ratio ) : float |
Computes the ratio histogram between to histograms. http://www.robinhewitt.com/research/track/backproject.html |
|
createHistogram ( |
Creates a color histogram discarding low intensity colors
|
|
generateBackprojectionMap ( |
Image histogram back-projection.
|
|
initialize ( |
||
meanShift ( |
Mean shift algorithm
|
public Camshift ( |
||
objectArea | ||
return | System |
public Camshift ( |
||
objectArea | ||
colorMode | CamshiftMode | |
return | System |
public Camshift ( |
||
frame | ||
objectArea | ||
return | System |
public Camshift ( |
||
frame | ||
objectArea | ||
colorMode | CamshiftMode | |
return | System |
public GetBackprojection ( ) : |
||
return |
public GetBackprojection ( PixelFormat format ) : |
||
format | PixelFormat | |
return |
public GetBackprojection ( PixelFormat format, |
||
format | PixelFormat | |
rectangle | ||
return |
public GetBackprojection ( |
||
image | ||
rectangle | ||
return | void |
public ProcessFrame ( |
||
frame | ||
return | void |