|
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; }
Public ReadOnly Property WhitePixelsCount As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32Remarks 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