CudaInvokeGetCudaDevicesSummary Method |
http://www.emgu.com
Get the opencl platform summary as a string
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic static string GetCudaDevicesSummary()
Public Shared Function GetCudaDevicesSummary As String
public:
static String^ GetCudaDevicesSummary()
static member GetCudaDevicesSummary : unit -> string
Return Value
Type:
StringAn opencl platfor summary
See Also