Uses of Class
boofcv.struct.pyramid.PyramidDiscrete
Packages that use PyramidDiscrete
Package
Description
-
Uses of PyramidDiscrete in boofcv.abst.tracker
Constructors in boofcv.abst.tracker with parameters of type PyramidDiscreteModifierConstructorDescriptionPointTrackerKltPyramid
(ConfigKlt config, double toleranceFB, int templateRadius, boolean performPruneClose, PyramidDiscrete<I> pyramid, GeneralFeatureDetector<I, D> detector, ImageGradient<I, D> gradient, InterpolateRectangle<I> interpInput, InterpolateRectangle<D> interpDeriv, Class<D> derivType) Constructor which specified the KLT track manager and how the image pyramids are computed.PointTrackerKltPyramid_MT
(ConfigKlt config, double toleranceFB, int templateRadius, boolean performPruneClose, PyramidDiscrete<I> pyramid, GeneralFeatureDetector<I, D> detector, ImageGradient<I, D> gradient, InterpolateRectangle<I> interpInput, InterpolateRectangle<D> interpDeriv, Class<D> derivType) -
Uses of PyramidDiscrete in boofcv.alg.tracker.hybrid
Methods in boofcv.alg.tracker.hybrid with parameters of type PyramidDiscreteModifier and TypeMethodDescriptionvoid
HybridTrackerScalePoint.updateTracks
(PyramidDiscrete<I> pyramid, D[] derivX, D[] derivY) Updates the location and description of tracks using KLT. -
Uses of PyramidDiscrete in boofcv.alg.tracker.tld
Methods in boofcv.alg.tracker.tld with parameters of type PyramidDiscreteModifier and TypeMethodDescriptionprotected void
TldRegionTracker.declareDataStructures
(PyramidDiscrete<I> image) Declares internal data structures based on the input image pyramidvoid
TldRegionTracker.initialize
(PyramidDiscrete<I> image) Call for the first image being tracked -
Uses of PyramidDiscrete in boofcv.alg.transform.pyramid
Subclasses of PyramidDiscrete in boofcv.alg.transform.pyramidModifier and TypeClassDescriptionclass
PyramidDiscreteAverage<T extends ImageBase<T>>
Creates an image pyramid by down sampling square regions usingAverageDownSampleOps
.class
PyramidDiscreteSampleBlur<T extends ImageBase<T>>
Convolves a re-normalizable blur kernel across the image before down sampling. -
Uses of PyramidDiscrete in boofcv.factory.transform.pyramid
Methods in boofcv.factory.transform.pyramid that return PyramidDiscreteModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
PyramidDiscrete<T>FactoryPyramid.discreteGaussian
(ConfigDiscreteLevels configLevels, double sigma, int radius, boolean saveOriginalReference, ImageType<T> imageType) Creates an updater for discrete pyramids where a Gaussian is convolved across the input prior to sub-sampling. -
Uses of PyramidDiscrete in boofcv.gui.image
Methods in boofcv.gui.image with parameters of type PyramidDiscreteModifier and TypeMethodDescriptionvoid
DiscretePyramidPanel.setPyramid
(PyramidDiscrete<T> pyramid) Constructors in boofcv.gui.image with parameters of type PyramidDiscrete -
Uses of PyramidDiscrete in boofcv.struct.pyramid
Constructors in boofcv.struct.pyramid with parameters of type PyramidDiscrete