Table of Contents

Method SetHandle

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

SetHandle(nint, Func<nint, ExceptionStatus>)

Sets the underlying native handle together with the correct destructor.

protected void SetHandle(nint p, Func<nint, ExceptionStatus> deleter)

Parameters

p nint

native pointer

deleter Func<nint, ExceptionStatus>

native destructor for the concrete model type