Class BackgroundStationaryBasic_SB<T extends ImageGray<T>>

All Implemented Interfaces:
BackgroundAlgorithmBasic

public class BackgroundStationaryBasic_SB<T extends ImageGray<T>> extends BackgroundStationaryBasic<T>
Implementation of BackgroundStationaryBasic for Planar.
  • Field Details

    • background

      protected GrayF32 background
      Background model image
    • inputWrapper

      protected GImageGray inputWrapper
  • Constructor Details

    • BackgroundStationaryBasic_SB

      public BackgroundStationaryBasic_SB(float learnRate, float threshold, Class<T> imageType)
  • Method Details