Example #1
0
 /// <summary>
 /// Release the unmanaged memory associated with this OclMat
 /// </summary>
 protected override void DisposeObject()
 {
     OclInvoke.OclMatRelease(ref _ptr);
 }