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