Uses of Interface
boofcv.alg.tracker.meanshift.PixelLikelihood
Packages that use PixelLikelihood
-
Uses of PixelLikelihood in boofcv.abst.tracker
Methods in boofcv.abst.tracker that return PixelLikelihoodConstructors in boofcv.abst.tracker with parameters of type PixelLikelihoodModifierConstructorDescriptionMsl_to_TrackerObjectQuad
(TrackerMeanShiftLikelihood<T> tracker, PixelLikelihood<T> likelihood, ImageType<T> imageType) -
Uses of PixelLikelihood in boofcv.alg.tracker.meanshift
Classes in boofcv.alg.tracker.meanshift that implement PixelLikelihoodModifier and TypeClassDescriptionclass
Creates a histogram in a color image and is used to identify the likelihood of an color being a member of the original distribution.class
Creates a histogram in a gray scale image which is then used to compute the likelihood of a color being a member of the original distribution based on its frequency.class
TODO redo comments Converts an RGB image into HSV image to add invariance to changes in lighting conditions.class
Converts an RGB image into HSV image to add invariance to changes in lighting conditions.Constructors in boofcv.alg.tracker.meanshift with parameters of type PixelLikelihoodModifierConstructorDescriptionTrackerMeanShiftLikelihood
(PixelLikelihood<T> targetModel, int maxIterations, float minFractionDrop) Configures tracker -
Uses of PixelLikelihood in boofcv.factory.tracker
Methods in boofcv.factory.tracker that return PixelLikelihoodModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
PixelLikelihood<T>FactoryTrackerObjectAlgs.likelihoodHistogramCoupled
(double maxPixelValue, int numHistogramBins, ImageType<T> imageType) static <T extends ImageMultiBand<T>>
PixelLikelihood<T>FactoryTrackerObjectAlgs.likelihoodHueSatHistCoupled
(double maxPixelValue, int numHistogramBins, ImageType<T> imageType) static <T extends ImageMultiBand<T>>
PixelLikelihood<T>FactoryTrackerObjectAlgs.likelihoodHueSatHistIndependent
(double maxPixelValue, int numHistogramBins, ImageType<T> imageType)