Click or drag to resize

DisposableCvObject Constructor (IntPtr, Boolean)

Initializes a new instance of the DisposableCvObject class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
protected DisposableCvObject(
	IntPtr ptr,
	bool isEnabledDispose
)

Parameters

ptr
Type: SystemIntPtr

[Missing <param name="ptr"/> documentation for "M:OpenCvSharp.DisposableCvObject.#ctor(System.IntPtr,System.Boolean)"]

isEnabledDispose
Type: SystemBoolean

[Missing <param name="isEnabledDispose"/> documentation for "M:OpenCvSharp.DisposableCvObject.#ctor(System.IntPtr,System.Boolean)"]

See Also