/// <summary> /// Release the CascadeClassifier Object and all the memory associate with it /// </summary> protected override void DisposeObject() { CvInvoke.CvCascadeClassifierRelease(ref _ptr); }