Emgu.CV.StructuringElementEx.DisposeObject C# (CSharp) Метод

DisposeObject() защищенный Метод

Release the unmanaged memory associated to this object
protected DisposeObject ( ) : void
Результат void
        protected override void DisposeObject()
        {
            CvInvoke.cvReleaseStructuringElement(ref _ptr);
             if (_handle.IsAllocated)
            _handle.Free();
        }