http://www.emgu.com
Set the native device pointer
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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