Table of Contents

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

handle OpenCvSafeHandle

The safe handle wrapping the native pointer.