OclKernelNativeKernelPtr Property |
http://www.emgu.com
The pointer to the native kernel
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic IntPtr NativeKernelPtr { get; }
Public ReadOnly Property NativeKernelPtr As IntPtr
Get
public:
property IntPtr NativeKernelPtr {
IntPtr get ();
}
member NativeKernelPtr : IntPtr with get
Property Value
Type:
IntPtr
See Also