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

CustomFrameDifferenceDetector() public method

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

Same methods

CustomFrameDifferenceDetector::CustomFrameDifferenceDetector ( ) : System
CustomFrameDifferenceDetector::CustomFrameDifferenceDetector ( bool suppressNoise ) : System