Click or drag to resize

DisposableObjectReleaseManagedResources Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
protected virtual void ReleaseManagedResources()
See Also