Class BackgroundStationaryGaussian_SB_MT<T extends ImageGray<T>>

All Implemented Interfaces:
BackgroundAlgorithmGaussian

@Generated("boofcv.alg.background.stationary.BackgroundStationaryGaussian_SB") public class BackgroundStationaryGaussian_SB_MT<T extends ImageGray<T>> extends BackgroundStationaryGaussian<T>
Implementation of BackgroundMovingGaussian for ImageGray.
  • Field Details

    • inputWrapper

      protected GImageGray inputWrapper
  • Constructor Details

    • BackgroundStationaryGaussian_SB_MT

      public BackgroundStationaryGaussian_SB_MT(float learnRate, float threshold, Class<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. Try 10.
      imageType - Type of input image.
  • Method Details