BackgroundSubtractorMOG2DetectShadows Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
function get_DetectShadows();
function set_DetectShadows(value);
Property Value
Type:
Boolean
See Also