Click or drag to resize

KernelSet Method (Int32, UMat)

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

Namespace:  Emgu.CV.Ocl
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public int Set(
	int i,
	UMat umat
)

Parameters

i
Type: SystemInt32
The index of the parameter
umat
Type: Emgu.CVUMat
The umat

Return Value

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