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

TwoFramesDifferenceDetector() public method

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

Same methods

TwoFramesDifferenceDetector::TwoFramesDifferenceDetector ( ) : System