Returns true if the library is compiled with Qt
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static bool HasQt { get; }
Public Shared ReadOnly Property HasQt As Boolean
Get
public:
static property bool HasQt {
bool get ();
}
static member HasQt : bool with get
OpenCvSharp.Window.get_HasQt = function();
Property Value
Type:
Boolean
See Also