Click or drag to resize

BackgroundSubtractorKNNShadowValue Property

http://www.emgu.com
Shadow value is the value used to mark shadows in the foreground mask. Default value is 127. Value 0 in the mask always means background, 255 means foreground.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public int ShadowValue { get; set; }

Property Value

Type: Int32
See Also