Uses of Interface
boofcv.struct.distort.Point2Transform2Model_F32
Package
Description
-
Uses of Point2Transform2Model_F32 in boofcv.alg.background
Modifier and TypeFieldDescriptionprotected final Point2Transform2Model_F32<MotionModel>
BackgroundModelMoving._transform
ModifierConstructorDescriptionprotected
BackgroundModelMoving
(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
ModifierConstructorDescriptionprotected
BackgroundMovingBasic
(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) protected
BackgroundMovingGaussian
(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.protected
BackgroundMovingGmm
(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
Modifier and TypeClassDescriptionclass
Applies an affine transform to a 2D point.class
-
Uses of Point2Transform2Model_F32 in boofcv.factory.background
Modifier 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
.