示例#1
0
文件: ERFilter.cs 项目: vinchu/emgucv
 /// <summary>
 /// Release all the unmanaged memory associate with this ERFilter
 /// </summary>
 protected override void DisposeObject()
 {
     if (_ptr != IntPtr.Zero)
     {
         ContribInvoke.CvERFilterRelease(ref _ptr);
     }
 }