Uses of Interface
boofcv.alg.tracker.meanshift.PixelLikelihood
-
Uses of PixelLikelihood in boofcv.abst.tracker
ModifierConstructorDescriptionMsl_to_TrackerObjectQuad
(TrackerMeanShiftLikelihood<T> tracker, PixelLikelihood<T> likelihood, ImageType<T> imageType) -
Uses of PixelLikelihood in boofcv.alg.tracker.meanshift
Modifier 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.ModifierConstructorDescriptionTrackerMeanShiftLikelihood
(PixelLikelihood<T> targetModel, int maxIterations, float minFractionDrop) Configures tracker -
Uses of PixelLikelihood in boofcv.factory.tracker
Modifier 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)