Click or drag to resize

BackgroundSubtractorKNNDetectShadows Property

Returns the shadow detection flag. If true, the algorithm detects shadows and marks them. See createBackgroundSubtractorKNN for details.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool DetectShadows { get; set; }

Property Value

Type: Boolean
See Also