Class BackgroundStationaryBasic_SB_MT<T extends ImageGray<T>>

All Implemented Interfaces:
BackgroundAlgorithmBasic

@Generated("boofcv.alg.background.stationary.BackgroundStationaryBasic_SB") public class BackgroundStationaryBasic_SB_MT<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_MT

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