Uses of Class
boofcv.abst.tracker.ConfigComaniciu2003
Packages that use ConfigComaniciu2003
-
Uses of ConfigComaniciu2003 in boofcv.abst.tracker
Methods in boofcv.abst.tracker that return ConfigComaniciu2003Methods in boofcv.abst.tracker with parameters of type ConfigComaniciu2003 -
Uses of ConfigComaniciu2003 in boofcv.factory.tracker
Methods in boofcv.factory.tracker with parameters of type ConfigComaniciu2003Modifier 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.