Uses of Enum Class
boofcv.alg.interpolate.InterpolationType
Packages that use InterpolationType
Package
Description
-
Uses of InterpolationType in boofcv.abst.distort
Methods in boofcv.abst.distort with parameters of type InterpolationTypeModifier and TypeMethodDescriptionFDistort.interp
(InterpolationType type) Specifies the interpolation used by type. -
Uses of InterpolationType in boofcv.abst.tracker
Fields in boofcv.abst.tracker declared as InterpolationTypeModifier and TypeFieldDescriptionConfigTrackerTld.interpolate
Specifies the type of interpolation.ConfigComaniciu2003.interpolation
Which interpolation method should it use. -
Uses of InterpolationType in boofcv.alg.background.moving
Constructors in boofcv.alg.background.moving with parameters of type InterpolationTypeModifierConstructorDescriptionBackgroundMovingBasic_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
Fields in boofcv.alg.flow declared as InterpolationType -
Uses of InterpolationType in boofcv.alg.interpolate
Methods in boofcv.alg.interpolate that return InterpolationTypeModifier 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
Methods in boofcv.alg.sfm.d3.direct with parameters of type InterpolationTypeModifier 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
Constructors in boofcv.alg.sfm.overhead with parameters of type InterpolationTypeModifierConstructorDescriptionCreateSyntheticOverheadViewPL
(InterpolationType type, int numBands, Class<T> imageType) Constructor which allows the type of interpolation to be specified. -
Uses of InterpolationType in boofcv.factory.background
Fields in boofcv.factory.background declared as InterpolationTypeModifier and TypeFieldDescriptionConfigBackgroundBasic.interpolation
Specifies which interpolation it will use.ConfigBackgroundGaussian.interpolation
Specifies which interpolation it will use. -
Uses of InterpolationType in boofcv.factory.distort
Methods in boofcv.factory.distort with parameters of type InterpolationTypeModifier 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
Fields in boofcv.factory.flow declared as InterpolationTypeModifier and TypeFieldDescriptionConfigHornSchunckPyramid.interpolation
Type of interpolation used. -
Uses of InterpolationType in boofcv.factory.interpolate
Methods in boofcv.factory.interpolate with parameters of type InterpolationTypeModifier 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.