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

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

Release the unmanaged structure and all the memories associate with it.
protected DisposeObject ( ) : void
Результат void
        protected override void DisposeObject()
        {
            CvInvoke.cvReleaseFeatureTree(_ptr);
        }