| CudaInvokeGetCudaDevicesSummary Method |
http://www.emgu.com
Get the opencl platform summary as a string
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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