| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
Program |
Program.getPointer(long i) |
Program |
Context.getProg(ProgramSource prog,
BytePointer buildopt,
BytePointer errmsg) |
Program |
Context.getProg(ProgramSource prog,
String buildopt,
String errmsg) |
Program |
Program.position(long position) |
Program |
Program.put(Program prog) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Kernel.create(BytePointer kname,
Program prog) |
boolean |
Kernel.create(String kname,
Program prog) |
Program |
Program.put(Program prog) |
void |
Context.unloadProg(Program prog) |
| Constructor and Description |
|---|
Kernel(BytePointer kname,
Program prog) |
Kernel(String kname,
Program prog) |
Program(Program prog) |
Copyright © 2021. All rights reserved.