| BackgroundSubtractorKNNShadowThreshold Property |
Gets or sets the shadow threshold.
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. See Prati, Mikic, Trivedi and Cucchiara,
*Detecting Moving Shadows...*, IEEE PAMI,2003.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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:
DoubleSee Also