Method SetSafeHandle
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
SetSafeHandle(OpenCvSafeHandle)
Sets or replaces the internal SafeHandle. The ptr property will reflect the new handle's value.
protected void SetSafeHandle(OpenCvSafeHandle handle)
Parameters
handleOpenCvSafeHandleThe safe handle wrapping the native pointer.