Click or drag to resize

KernelSet Method (Int32, IntPtr, Int32)

http://www.emgu.com
Set the parameters for the kernel

Namespace:  Emgu.CV.Ocl
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public int Set(
	int i,
	IntPtr data,
	int size
)

Parameters

i
Type: SystemInt32
The index of the parameter
data
Type: SystemIntPtr
The data
size
Type: SystemInt32
The size of the data in number of bytes

Return Value

Type: Int32
The next index value to be set
See Also