/// <summary>
/// Get the number of Cuda enabled devices
/// </summary>
/// <returns>The number of Cuda enabled devices</returns>
[DllImport("opencv_core.so", CallingConvention = CallingConvention.Cdecl, EntryPoint = "getCudaEnabledDeviceCount")]
public static extern int GetCudaEnabledDeviceCount();