Uses of Class
boofcv.struct.pyramid.ConfigDiscreteLevels
Package
Description
-
Uses of ConfigDiscreteLevels in boofcv.abst.tracker
ModifierConstructorDescriptionPointTrackerHybrid
(HybridTrackerScalePoint<I, D, Desc> tracker, ConfigDiscreteLevels configLevels, Class<I> imageType, Class<D> derivType) -
Uses of ConfigDiscreteLevels in boofcv.alg.disparity.sgm
ModifierConstructorDescriptionSgmStereoDisparityHmi
(ConfigDiscreteLevels configPyr, StereoMutualInformation stereoMI, SgmDisparitySelector selector) Provides configurations and internal implementations of different componentsSgmStereoDisparityHmi
(ConfigDiscreteLevels configPyr, StereoMutualInformation stereoMI, SgmDisparitySelector selector, SgmCostFromBlocks<GrayU8> blockScore) -
Uses of ConfigDiscreteLevels in boofcv.alg.tracker.klt
Modifier and TypeFieldDescriptionConfigPKlt.pyramidLevels
Specifies the number of layers in the pyramid -
Uses of ConfigDiscreteLevels in boofcv.alg.transform.pyramid
ModifierConstructorDescriptionPyramidDiscreteAverage
(ImageType<T> imageType, boolean saveOriginalReference, @Nullable ConfigDiscreteLevels configLayers) PyramidDiscreteSampleBlur
(Kernel1D kernel, double sigma, ImageType<T> imageType, boolean saveOriginalReference, @Nullable ConfigDiscreteLevels configLayers) -
Uses of ConfigDiscreteLevels in boofcv.factory.disparity
Modifier and TypeFieldDescriptionConfigDisparityError.HMI.pyramidLayers
Specifies the smallest layer in pyramid. -
Uses of ConfigDiscreteLevels in boofcv.factory.transform.pyramid
Modifier 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 ConfigDiscreteLevels in boofcv.gui.controls
ModifierConstructorDescriptionJPyramidLevels
(@Nullable ConfigDiscreteLevels config, JPyramidLevels.Listener listener) -
Uses of ConfigDiscreteLevels in boofcv.struct.pyramid
Modifier and TypeMethodDescriptionstatic ConfigDiscreteLevels
ConfigDiscreteLevels.levels
(int numLevels) Creates a configuration where the number of levels in the pyramid is specifiedstatic ConfigDiscreteLevels
ConfigDiscreteLevels.minSize
(int sideLength) Specifies that a pyramid should be created until the smallest size of width or height is the specified valuestatic ConfigDiscreteLevels
ConfigDiscreteLevels.minSize
(int minWidth, int minHeight) Creates a configuration where the minimum image size is specifiedConfigDiscreteLevels.setTo
(ConfigDiscreteLevels config) ModifierConstructorDescriptionprotected
PyramidDiscrete
(ImageType<T> imageType, boolean saveOriginalReference, @Nullable ConfigDiscreteLevels configLayers) Specifies input image size and behavior of top most layer.