Uses of Enum Class
boofcv.abst.tracker.MeanShiftLikelihoodType
-
Uses of MeanShiftLikelihoodType in boofcv.abst.tracker
Modifier and TypeMethodDescriptionstatic MeanShiftLikelihoodType
Returns 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
Modifier 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.