Click or drag to resize
Accord.NET (logo)

ThresholdedDifferenceWhitePixelsCount Property

Number of pixels which were set to white in destination image during last image processing call.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int WhitePixelsCount { get; }
Request Example View Source

Property Value

Type: Int32
Remarks

The property may be useful to determine amount of difference between two images which, for example, may be treated as amount of motion in motion detection applications, etc.

See Also