/// <summary>
 /// Release the unmanaged memory associated with this HOGDescriptor
 /// </summary>
 protected override void DisposeObject()
 {
     OclInvoke.oclHOGDescriptorRelease(ref _ptr);
 }