DisposableGpuObject Constructor (IntPtr, Boolean) OpenCvSharp Class Library
Initializes a new instance of the DisposableGpuObject class

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected DisposableGpuObject(
	IntPtr ptr,
	bool isEnabledDispose
)

Parameters

ptr
Type: SystemIntPtr

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

isEnabledDispose
Type: SystemBoolean

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

See Also

Reference