KernelSet Method (Int32, UMat) |
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.0.1.3373 (4.0.1.3373)
Syntaxpublic int Set(
int i,
UMat umat
)
Public Function Set (
i As Integer,
umat As UMat
) As Integer
public:
int Set(
int i,
UMat^ umat
)
member Set :
i : int *
umat : UMat -> int
Parameters
- i
- Type: SystemInt32
The index of the parameter - umat
- Type: Emgu.CVUMat
The umat
Return Value
Type:
Int32The next index value to be set
See Also