예제 #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);
     }
 }