Class BackgroundSubtractorGMG

    • Constructor Detail

      • BackgroundSubtractorGMG

        protected BackgroundSubtractorGMG​(long addr)
    • Method Detail

      • getUpdateBackgroundModel

        public boolean getUpdateBackgroundModel()
      • getBackgroundPrior

        public double getBackgroundPrior()
      • getDecisionThreshold

        public double getDecisionThreshold()
      • getDefaultLearningRate

        public double getDefaultLearningRate()
      • getMaxVal

        public double getMaxVal()
      • getMinVal

        public double getMinVal()
      • getMaxFeatures

        public int getMaxFeatures()
      • getNumFrames

        public int getNumFrames()
      • getQuantizationLevels

        public int getQuantizationLevels()
      • getSmoothingRadius

        public int getSmoothingRadius()
      • setBackgroundPrior

        public void setBackgroundPrior​(double bgprior)
      • setDecisionThreshold

        public void setDecisionThreshold​(double thresh)
      • setDefaultLearningRate

        public void setDefaultLearningRate​(double lr)
      • setMaxFeatures

        public void setMaxFeatures​(int maxFeatures)
      • setMaxVal

        public void setMaxVal​(double val)
      • setMinVal

        public void setMinVal​(double val)
      • setNumFrames

        public void setNumFrames​(int nframes)
      • setQuantizationLevels

        public void setQuantizationLevels​(int nlevels)
      • setSmoothingRadius

        public void setSmoothingRadius​(int radius)
      • setUpdateBackgroundModel

        public void setUpdateBackgroundModel​(boolean update)
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class BackgroundSubtractor
        Throws:
        java.lang.Throwable