Class BackgroundStationaryGaussian_PL<T extends ImageGray<T>>

All Implemented Interfaces:
BackgroundAlgorithmGaussian

public class BackgroundStationaryGaussian_PL<T extends ImageGray<T>> extends BackgroundStationaryGaussian<Planar<T>>
Implementation of BackgroundStationaryGaussian for Planar.
  • Field Details

  • Constructor Details

    • BackgroundStationaryGaussian_PL

      public BackgroundStationaryGaussian_PL(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