Class BackgroundStationaryGaussian_PL_MT<T extends ImageGray<T>>

All Implemented Interfaces:
BackgroundAlgorithmGaussian

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

  • Constructor Details

    • BackgroundStationaryGaussian_PL_MT

      public BackgroundStationaryGaussian_PL_MT(float learnRate, float threshold, ImageType<Planar<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.
      imageType - Type of input image.
  • Method Details