/// <summary> /// Create an empty GpuMat /// </summary> public GpuMat() { _ptr = GpuInvoke.GpuMatCreateDefault(); }
/// <summary> /// Create an empty GpuMat /// </summary> public GpuMat() : this(GpuInvoke.GpuMatCreateDefault()) { }