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.1.0.3408 (4.1.0.3408)
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