Click or drag to resize

ContextGetProgram Method

http://www.emgu.com
Compile the program

Namespace:  Emgu.CV.Ocl
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Program GetProgram(
	ProgramSource prog,
	string buildOpt,
	CvString errMsg
)

Parameters

prog
Type: Emgu.CV.OclProgramSource
The program source
buildOpt
Type: SystemString
The build option
errMsg
Type: Emgu.CVCvString
Error message

Return Value

Type: Program
The compiled program
See Also