KernelSet Method (Int32, Single) |
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,
ref float value
)
Public Function Set (
i As Integer,
ByRef value As Single
) As Integer
public:
int Set(
int i,
float% value
)
member Set :
i : int *
value : float32 byref -> int
Parameters
- i
- Type: SystemInt32
The index of the parameter - value
- Type: SystemSingle
The value
Return Value
Type:
Int32The next index value to be set
See Also