Click or drag to resize

KernelCreate Method

http://www.emgu.com
Create an opencl kernel

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

Parameters

kernelName
Type: SystemString
The name of the kernel
programSource
Type: Emgu.CV.OclProgramSource
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