protected override void DisposeObject() { if (_ptr != IntPtr.Zero) { CvInvoke.CvERFilterRelease(ref _ptr); } }