| 
            
              TwoFramesDifferenceDetectorDifferenceThreshold Property 
             | 
          
        
         
            Difference threshold value, [1, 255].
            
 
    Namespace: 
   Accord.Vision.Motion
    Assembly:
   Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntaxpublic int DifferenceThreshold { get; set; }Public Property DifferenceThreshold As Integer
	Get
	Set
 Request Example
		View SourceProperty Value
Type: 
Int32
RemarksThe value specifies the amount off difference between pixels, which is treated
            as motion pixel.
Default value is set to 15.
See Also