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

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

Release the unmanaged memory associated with the LatenSvnDetector
protected DisposeObject ( ) : void
Результат void
        protected override void DisposeObject()
        {
            CvInvoke.cvReleaseLatentSvmDetector(ref _ptr);
        }