BackgroundSubtractorMOG2ShadowThreshold Property |
http://www.emgu.com
A shadow is detected if pixel is a darker version of the background. The shadow threshold (Tau in the paper) is a threshold defining how much darker the shadow can be. Tau= 0.5 means that if a pixel is more than twice darker then it is not shadow.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic double ShadowThreshold { get; set; }
Public Property ShadowThreshold As Double
Get
Set
public:
property double ShadowThreshold {
double get ();
void set (double value);
}
member ShadowThreshold : float with get, set
Property Value
Type:
Double
See Also