GpuMatRelease() private method

private GpuMatRelease ( IntPtr &mat ) : void
mat System.IntPtr
return void
Esempio n. 1
0
 /// <summary>
 /// Release the unmanaged memory associated with this GpuMat
 /// </summary>
 protected override void DisposeObject()
 {
     GpuInvoke.GpuMatRelease(ref _ptr);
 }