CudaDeviceInfoIsCompatible Property |
http://www.emgu.com
Checks whether the Cuda module can be run on the given device
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic bool IsCompatible { get; }
Public ReadOnly Property IsCompatible As Boolean
Get
public:
property bool IsCompatible {
bool get ();
}
member IsCompatible : bool with get
Property Value
Type:
Boolean
See Also