Click or drag to resize

Tonemap Constructor (IntPtr, IntPtr)

http://www.emgu.com
Default constructor that creates empty Tonemap

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
protected Tonemap(
	IntPtr ptr,
	IntPtr tonemapPtr
)

Parameters

ptr
Type: SystemIntPtr
The pointer to the unmanaged object
tonemapPtr
Type: SystemIntPtr
The pointer to the tonemap object
See Also