Click or drag to resize
OclKernelCreate Method
http://www.emgu.com
Create an opencl kernel

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public bool Create(
	string kernelName,
	OclProgramSource programSource,
	string buildOps = null,
	CvString errMsg = null
)

Parameters

kernelName
Type: SystemString
The name of the kernel
programSource
Type: Emgu.CVOclProgramSource
The program source code
buildOps (Optional)
Type: SystemString
The build options
errMsg (Optional)
Type: Emgu.CVCvString
Option error message container that can be passed to this function

Return Value

Type: Boolean
True if the kernel can be created
See Also