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