Click or drag to resize

ProgramSource Constructor

http://www.emgu.com
Create OpenCL program source code

Namespace:  Emgu.CV.Ocl
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public ProgramSource(
	string source
)

Parameters

source
Type: SystemString
The source code
See Also