AForge.Vision.Motion.SimpleBackgroundModelingDetector.SimpleBackgroundModelingDetector C# (CSharp) Method

SimpleBackgroundModelingDetector() public method

Initializes a new instance of the SimpleBackgroundModelingDetector class.
public SimpleBackgroundModelingDetector ( bool suppressNoise ) : System
suppressNoise bool Suppress noise in video frames or not (see property).
return System
        public SimpleBackgroundModelingDetector( bool suppressNoise )
        {
            this.suppressNoise = suppressNoise;
        }

Same methods

SimpleBackgroundModelingDetector::SimpleBackgroundModelingDetector ( ) : System
SimpleBackgroundModelingDetector::SimpleBackgroundModelingDetector ( bool suppressNoise, bool keepObjectEdges ) : System