CudaInvokeHasCuda Property |
http://www.emgu.com
Return true if Cuda is found on the system
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
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