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);
        }