BackgroundSubtractorMOG2ShadowValue 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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int ShadowValue { get; set; }
Public Property ShadowValue As Integer
Get
Set
public:
property int ShadowValue {
int get ();
void set (int value);
}
member ShadowValue : int with get, set
Property Value
Type:
Int32
See Also