Uses of Class
boofcv.abst.tracker.ConfigComaniciu2003
-
Uses of ConfigComaniciu2003 in boofcv.abst.tracker
-
Uses of ConfigComaniciu2003 in boofcv.factory.tracker
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
TrackerMeanShiftComaniciu2003<T>FactoryTrackerObjectAlgs.meanShiftComaniciu2003
(ConfigComaniciu2003 config, ImageType<T> imageType) static <T extends ImageBase<T>>
TrackerObjectQuad<T>FactoryTrackerObjectQuad.meanShiftComaniciu2003
(ConfigComaniciu2003 config, ImageType<T> imageType) Implementation of mean-shift which matches the histogram and can handle targets composed of multiple colors.