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

CustomFrameDifferenceDetector() public method

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

Same methods

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