DeviceInfoIsCompatible Property
|
Checks whether the GPU module can be run on the given device
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool IsCompatible { get; }
Public ReadOnly Property IsCompatible As Boolean
Get
public:
property bool IsCompatible {
bool get ();
}
member IsCompatible : bool with get
function get_IsCompatible();
Return Value
Type:
Boolean
See Also