Class BackgroundStationaryGaussian_IL<T extends ImageInterleaved<T>>

All Implemented Interfaces:
BackgroundAlgorithmGaussian

public class BackgroundStationaryGaussian_IL<T extends ImageInterleaved<T>> extends BackgroundStationaryGaussian<T>
  • Field Details

  • Constructor Details

    • BackgroundStationaryGaussian_IL

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