Package boofcv.alg.tracker.meanshift
package boofcv.alg.tracker.meanshift
-
ClassDescriptionCreates a histogram in a color image and is used to identify the likelihood of an color being a member of the original distribution.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.TODO redo comments Converts an RGB image into HSV image to add invariance to changes in lighting conditions.Converts an RGB image into HSV image to add invariance to changes in lighting conditions.LocalWeightedHistogramRotRect<T extends ImageBase<T>>Computes a local histogram weighted using a Gaussian function.PixelLikelihood<T extends ImageBase<T>>Computes the likelihood that a pixel belongs to the target.TrackerMeanShiftComaniciu2003<T extends ImageBase<T>>Mean shift tracker which adjusts the scale (or bandwidth) to account for changes in scale of the target and is based off of [1].TrackerMeanShiftLikelihood<T extends ImageBase<T>>Mean-shift [1] based tracker which tracks the target inside a likelihood image using a flat rectangular kernel of fixed size.