Uses of Class
boofcv.alg.tracker.meanshift.LocalWeightedHistogramRotRect
Packages that use LocalWeightedHistogramRotRect
-
Uses of LocalWeightedHistogramRotRect in boofcv.alg.tracker.meanshift
Constructors in boofcv.alg.tracker.meanshift with parameters of type LocalWeightedHistogramRotRectModifierConstructorDescriptionTrackerMeanShiftComaniciu2003
(boolean updateHistogram, int maxIterations, float minimumChange, float gamma, float minimumSizeRatio, float scaleChange, LocalWeightedHistogramRotRect<T> calcHistogram) Configures tracker.