Click or drag to resize

KernelRun Method

http://www.emgu.com
Execute the kernel

Namespace:  Emgu.CV.Ocl
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public bool Run(
	IntPtr[] globalsize,
	IntPtr[] localsize,
	bool sync,
	Queue q = null
)

Parameters

globalsize
Type: SystemIntPtr
The global size
localsize
Type: SystemIntPtr
The local size
sync
Type: SystemBoolean
If true, the code is run synchronously (blocking)
q (Optional)
Type: Emgu.CV.OclQueue
Optional Opencl queue

Return Value

Type: Boolean
True if the execution is sucessful
See Also