http://www.emgu.com
Set the native device pointer
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void Set(
IntPtr nativeDevicePointer
)
Public Sub Set (
nativeDevicePointer As IntPtr
)
public:
void Set(
IntPtr nativeDevicePointer
)
member Set :
nativeDevicePointer : IntPtr -> unit
Parameters
- nativeDevicePointer
- Type: SystemIntPtr
[Missing <param name="nativeDevicePointer"/> documentation for "M:Emgu.CV.Ocl.Device.Set(System.IntPtr)"]
See Also