http://www.emgu.com
Set the native device pointer
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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.OclDevice.Set(System.IntPtr)"]
See Also