CudaInvokeHasCuda Property |
http://www.emgu.com
Return true if Cuda is found on the system
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static bool HasCuda { get; }
Public Shared ReadOnly Property HasCuda As Boolean
Get
public:
static property bool HasCuda {
bool get ();
}
static member HasCuda : bool with get
Property Value
Type:
Boolean
See Also