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