Uses of Enum Class
boofcv.abst.tracker.MeanShiftLikelihoodType
Packages that use MeanShiftLikelihoodType
-
Uses of MeanShiftLikelihoodType in boofcv.abst.tracker
Methods in boofcv.abst.tracker that return MeanShiftLikelihoodTypeModifier and TypeMethodDescriptionstatic MeanShiftLikelihoodTypeReturns the enum constant of this class with the specified name.static MeanShiftLikelihoodType[]MeanShiftLikelihoodType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MeanShiftLikelihoodType in boofcv.factory.tracker
Methods in boofcv.factory.tracker with parameters of type MeanShiftLikelihoodTypeModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
TrackerObjectQuad<T>FactoryTrackerObjectQuad.meanShiftLikelihood(int maxIterations, int numBins, double maxPixelValue, MeanShiftLikelihoodType modelType, ImageType<T> imageType) Very basic and very fast implementation of mean-shift which uses a fixed sized rectangle for its region.