Uses of Interface
boofcv.struct.distort.Point2Transform2Model_F32
Packages that use Point2Transform2Model_F32
Package
Description
-
Uses of Point2Transform2Model_F32 in boofcv.alg.background
Fields in boofcv.alg.background declared as Point2Transform2Model_F32Modifier and TypeFieldDescriptionprotected final Point2Transform2Model_F32<MotionModel>BackgroundModelMoving._transformConstructors in boofcv.alg.background with parameters of type Point2Transform2Model_F32ModifierConstructorDescriptionprotectedBackgroundModelMoving(Point2Transform2Model_F32<MotionModel> transform, ImageType<T> imageType) Constructor which provides the motion model and image type -
Uses of Point2Transform2Model_F32 in boofcv.alg.background.moving
Constructors in boofcv.alg.background.moving with parameters of type Point2Transform2Model_F32ModifierConstructorDescriptionprotectedBackgroundMovingBasic(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, ImageType<T> imageType) Configures background modelBackgroundMovingBasic_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) protectedBackgroundMovingGaussian(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, ImageType<T> imageType) See class documentation for parameters definitions.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.protectedBackgroundMovingGmm(float learningPeriod, float decayCoef, int maxGaussians, Point2Transform2Model_F32<Motion> transformImageType, ImageType<T> imageType) BackgroundMovingGmm_MB(float learningPeriod, float decayCoef, int maxGaussians, Point2Transform2Model_F32<Motion> transformImageType, ImageType<T> imageType) BackgroundMovingGmm_MB_MT(float learningPeriod, float decayCoef, int maxGaussians, Point2Transform2Model_F32<Motion> transformImageType, ImageType<T> imageType) BackgroundMovingGmm_SB(float learningPeriod, float decayCoef, int maxGaussians, Point2Transform2Model_F32<Motion> transformImageType, ImageType<T> imageType) BackgroundMovingGmm_SB_MT(float learningPeriod, float decayCoef, int maxGaussians, Point2Transform2Model_F32<Motion> transformImageType, ImageType<T> imageType) -
Uses of Point2Transform2Model_F32 in boofcv.alg.distort
Classes in boofcv.alg.distort that implement Point2Transform2Model_F32Modifier and TypeClassDescriptionclassApplies an affine transform to a 2D point.class -
Uses of Point2Transform2Model_F32 in boofcv.factory.background
Methods in boofcv.factory.background with parameters of type Point2Transform2Model_F32Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>,Motion extends InvertibleTransform<Motion>>
BackgroundMovingBasic<T,Motion> FactoryBackgroundModel.movingBasic(ConfigBackgroundBasic config, Point2Transform2Model_F32<Motion> transform, ImageType<T> imageType) Creates an instance ofBackgroundMovingBasic.static <T extends ImageBase<T>,Motion extends InvertibleTransform<Motion>>
BackgroundMovingGaussian<T,Motion> FactoryBackgroundModel.movingGaussian(ConfigBackgroundGaussian config, Point2Transform2Model_F32<Motion> transform, ImageType<T> imageType) Creates an instance ofBackgroundMovingGaussian.static <T extends ImageBase<T>,Motion extends InvertibleTransform<Motion>>
BackgroundMovingGmm<T,Motion> FactoryBackgroundModel.movingGmm(@Nullable ConfigBackgroundGmm config, Point2Transform2Model_F32<Motion> transform, ImageType<T> imageType) Creates an instance ofBackgroundMovingGmm.