Tonemap Constructor (IntPtr, IntPtr) |
http://www.emgu.com
Default constructor that creates empty Tonemap
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxprotected Tonemap(
IntPtr ptr,
IntPtr tonemapPtr
)
Protected Sub New (
ptr As IntPtr,
tonemapPtr As IntPtr
)
protected:
Tonemap(
IntPtr ptr,
IntPtr tonemapPtr
)
new :
ptr : IntPtr *
tonemapPtr : IntPtr -> Tonemap
Parameters
- ptr
- Type: SystemIntPtr
The pointer to the unmanaged object - tonemapPtr
- Type: SystemIntPtr
The pointer to the tonemap object
See Also