Click or drag to resize

ProgramSource Constructor

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

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

Parameters

source
Type: SystemString
The source code
See Also