BackgroundSubtractorKNNDetectShadows Property |
http://www.emgu.com
If true, the algorithm detects shadows and marks them.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic bool DetectShadows { get; set; }
Public Property DetectShadows As Boolean
Get
Set
public:
property bool DetectShadows {
bool get ();
void set (bool value);
}
member DetectShadows : bool with get, set
Property Value
Type:
Boolean
See Also