BackgroundSubtractorMOG2DetectShadows Property |
http://www.emgu.com
If true, the algorithm detects shadows and marks them.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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