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

Class BackgroundMovingBasic<T extends ImageBase,Motion extends InvertibleTransform<Motion>>

    • Constructor Detail

      • BackgroundMovingBasic

        public BackgroundMovingBasic(float learnRate,
                                     float threshold,
                                     PointTransformModel_F32<Motion> transform,
                                     ImageType<T> imageType)
        Configures background model
        Parameters:
        learnRate - learning rate, 0 to 1. 0 = fastest and 1 = slowest.
        threshold - Euclidean distance threshold. Background is ≤ this value
        transform - Point transform
        imageType - Type of input image

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.