Documentation of 'boofcv.alg.background.moving.BackgroundMovingGaussian_IL' Java class
BackgroundMovingGaussian_IL
boofcv.alg.background.moving

Class BackgroundMovingGaussian_IL<T extends ImageInterleaved,Motion extends InvertibleTransform<Motion>>

    • Constructor Detail

      • BackgroundMovingGaussian_IL

        public BackgroundMovingGaussian_IL(float learnRate,
                                           float threshold,
                                           PointTransformModel_F32<Motion> transform,
                                           TypeInterpolate interpType,
                                           ImageType<T> imageType)
        Configurations background removal.
        Parameters:
        learnRate - Specifies how quickly the background is updated. 0 = static 1.0 = instant. Try 0.05
        threshold - Threshold for background. Consult a chi-square table for reasonably values. 10 to 16 for 1 to 3 bands.
        transform - Used to apply motion model
        interpType - Type of interpolation. BILINEAR recommended for accuracy. NEAREST_NEIGHBOR for speed. .
        imageType - Type of input image.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.