ProgramSource Constructor |
http://www.emgu.com
Create OpenCL program source code
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic ProgramSource(
string source
)
Public Sub New (
source As String
)
public:
ProgramSource(
String^ source
)
new :
source : string -> ProgramSource
Parameters
- source
- Type: SystemString
The source code
See Also