Uses of Class
boofcv.struct.pyramid.ConfigDiscreteLevels
Packages that use ConfigDiscreteLevels
Package
Description
-
Uses of ConfigDiscreteLevels in boofcv.abst.tracker
Constructors in boofcv.abst.tracker with parameters of type ConfigDiscreteLevelsModifierConstructorDescriptionPointTrackerHybrid(HybridTrackerScalePoint<I, D, Desc> tracker, ConfigDiscreteLevels configLevels, Class<I> imageType, Class<D> derivType) -
Uses of ConfigDiscreteLevels in boofcv.alg.disparity.sgm
Constructors in boofcv.alg.disparity.sgm with parameters of type ConfigDiscreteLevelsModifierConstructorDescriptionSgmStereoDisparityHmi(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
Fields in boofcv.alg.tracker.klt declared as ConfigDiscreteLevelsModifier and TypeFieldDescriptionConfigPKlt.pyramidLevelsSpecifies the number of layers in the pyramid -
Uses of ConfigDiscreteLevels in boofcv.alg.transform.pyramid
Methods in boofcv.alg.transform.pyramid that return ConfigDiscreteLevelsConstructors in boofcv.alg.transform.pyramid with parameters of type ConfigDiscreteLevelsModifierConstructorDescriptionPyramidDiscreteAverage(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
Fields in boofcv.factory.disparity declared as ConfigDiscreteLevelsModifier and TypeFieldDescriptionConfigDisparityError.HMI.pyramidLayersSpecifies the smallest layer in pyramid. -
Uses of ConfigDiscreteLevels in boofcv.factory.transform.pyramid
Methods in boofcv.factory.transform.pyramid with parameters of type ConfigDiscreteLevelsModifier 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
Fields in boofcv.gui.controls declared as ConfigDiscreteLevelsConstructors in boofcv.gui.controls with parameters of type ConfigDiscreteLevelsModifierConstructorDescriptionJPyramidLevels(@Nullable ConfigDiscreteLevels config, JPyramidLevels.Listener listener) -
Uses of ConfigDiscreteLevels in boofcv.struct.pyramid
Methods in boofcv.struct.pyramid that return ConfigDiscreteLevelsModifier and TypeMethodDescriptionstatic ConfigDiscreteLevelsConfigDiscreteLevels.levels(int numLevels) Creates a configuration where the number of levels in the pyramid is specifiedstatic ConfigDiscreteLevelsConfigDiscreteLevels.minSize(int sideLength) Specifies that a pyramid should be created until the smallest size of width or height is the specified valuestatic ConfigDiscreteLevelsConfigDiscreteLevels.minSize(int minWidth, int minHeight) Creates a configuration where the minimum image size is specifiedConfigDiscreteLevels.setTo(ConfigDiscreteLevels config) Methods in boofcv.struct.pyramid with parameters of type ConfigDiscreteLevelsConstructors in boofcv.struct.pyramid with parameters of type ConfigDiscreteLevelsModifierConstructorDescriptionprotectedPyramidDiscrete(ImageType<T> imageType, boolean saveOriginalReference, @Nullable ConfigDiscreteLevels configLayers) Specifies input image size and behavior of top most layer.