Click or drag to resize

KernelSet Method (Int32, Image2D)

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

Namespace:  Emgu.CV.Ocl
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public int Set(
	int i,
	Image2D image2d
)

Parameters

i
Type: SystemInt32
The index of the parameter
image2d
Type: Emgu.CV.OclImage2D
The ocl image

Return Value

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