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
Syntaxpublic Program GetProgram(
ProgramSource prog,
string buildOpt,
CvString errMsg
)
Public Function GetProgram (
prog As ProgramSource,
buildOpt As String,
errMsg As CvString
) As Program
public:
Program^ GetProgram(
ProgramSource^ prog,
String^ buildOpt,
CvString^ errMsg
)
member GetProgram :
prog : ProgramSource *
buildOpt : string *
errMsg : CvString -> Program
Parameters
- prog
- Type: Emgu.CV.OclProgramSource
The program source - buildOpt
- Type: SystemString
The build option - errMsg
- Type: Emgu.CVCvString
Error message
Return Value
Type:
ProgramThe compiled program
See Also