boofcv.examples.tracking
Class ExampleTrackerMeanShiftLikelihood
- java.lang.Object
-
- boofcv.examples.tracking.ExampleTrackerMeanShiftLikelihood
-
public class ExampleTrackerMeanShiftLikelihood extends java.lang.ObjectExample of how to use the low level implementation of mean-shift to track a specific color provided by the user. The weights of each pixel is computed by RgbLikelihood, see below, and track regions are rectangular. This tracker works very well since the ball is almost uniformly blue. If the light varried then a HSV color model might be better.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classExampleTrackerMeanShiftLikelihood.RgbLikelihoodVery simple implementation of PixelLikelihood.
-
Constructor Summary
Constructors Constructor and Description ExampleTrackerMeanShiftLikelihood()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DataMelt 3.0 © DataMelt by jWork.ORG