Uses of Enum Class
boofcv.alg.interpolate.InterpolationType
Package
Description
-
Uses of InterpolationType in boofcv.abst.distort
Modifier and TypeMethodDescriptionFDistort.interp
(InterpolationType type) Specifies the interpolation used by type. -
Uses of InterpolationType in boofcv.abst.tracker
Modifier and TypeFieldDescriptionConfigTrackerTld.interpolate
Specifies the type of interpolation.ConfigComaniciu2003.interpolation
Which interpolation method should it use. -
Uses of InterpolationType in boofcv.alg.background.moving
ModifierConstructorDescriptionBackgroundMovingBasic_IL
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, ImageType<T> imageType) BackgroundMovingBasic_IL_MT
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, ImageType<T> imageType) BackgroundMovingBasic_PL
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, ImageType<Planar<T>> imageType) BackgroundMovingBasic_PL_MT
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, ImageType<Planar<T>> imageType) BackgroundMovingBasic_SB
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, Class<T> imageType) BackgroundMovingBasic_SB_MT
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, Class<T> imageType) BackgroundMovingGaussian_IL
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, ImageType<T> imageType) Configurations background removal.BackgroundMovingGaussian_IL_MT
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, ImageType<T> imageType) Configurations background removal.BackgroundMovingGaussian_PL
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, ImageType<Planar<T>> imageType) Configurations background removal.BackgroundMovingGaussian_PL_MT
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, ImageType<Planar<T>> imageType) Configurations background removal.BackgroundMovingGaussian_SB
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, Class<T> imageType) Configurations background removal.BackgroundMovingGaussian_SB_MT
(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, Class<T> imageType) Configurations background removal. -
Uses of InterpolationType in boofcv.alg.flow
-
Uses of InterpolationType in boofcv.alg.interpolate
Modifier and TypeMethodDescriptionstatic InterpolationType
Returns the enum constant of this class with the specified name.static InterpolationType[]
InterpolationType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InterpolationType in boofcv.alg.sfm.d3.direct
Modifier and TypeMethodDescriptionvoid
VisOdomDirectColorDepth.setInterpolation
(double inputMin, double inputMax, double derivMin, double derivMax, InterpolationType type) Used to change interpolation method. -
Uses of InterpolationType in boofcv.alg.sfm.overhead
ModifierConstructorDescriptionCreateSyntheticOverheadViewPL
(InterpolationType type, int numBands, Class<T> imageType) Constructor which allows the type of interpolation to be specified. -
Uses of InterpolationType in boofcv.factory.background
Modifier and TypeFieldDescriptionConfigBackgroundBasic.interpolation
Specifies which interpolation it will use.ConfigBackgroundGaussian.interpolation
Specifies which interpolation it will use. -
Uses of InterpolationType in boofcv.factory.distort
Modifier and TypeMethodDescriptionstatic <Input extends ImageBase<Input>,
Output extends ImageBase<Output>>
ImageDistort<Input,Output> FactoryDistort.distort
(boolean cached, InterpolationType interpolationType, BorderType borderType, ImageType<Input> inputType, ImageType<Output> outputType) Creates aImageDistort
for the specified image type, transformation and interpolation instance. -
Uses of InterpolationType in boofcv.factory.flow
Modifier and TypeFieldDescriptionConfigHornSchunckPyramid.interpolation
Type of interpolation used. -
Uses of InterpolationType in boofcv.factory.interpolate
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
InterpolatePixel<T>FactoryInterpolation.createPixel
(double min, double max, InterpolationType type, BorderType borderType, ImageType<T> imageType) static <T extends ImageBase<T>>
InterpolatePixelMB<T>FactoryInterpolation.createPixelMB
(double min, double max, InterpolationType type, BorderType borderType, ImageType<T> imageType) Pixel based interpolation on multi-band imagestatic <T extends ImageGray<T>>
InterpolatePixelS<T>FactoryInterpolation.createPixelS
(double min, double max, InterpolationType type, BorderType borderType, ImageDataType dataType) ReturnsInterpolatePixelS
of the specified type.static <T extends ImageGray<T>>
InterpolatePixelS<T>FactoryInterpolation.createPixelS
(double min, double max, InterpolationType type, BorderType borderType, Class<T> imageType) Creates an interpolation class of the specified type for the specified image type.