Property ShadowValue
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ShadowValue
Gets or sets the shadow value. 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.
public int ShadowValue { get; set; }