| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions)
\brief Describe OpenCL program binary.
|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions)
\brief Describe OpenCL program in SPIR format.
|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
opencv_core.ProgramSource |
opencv_core.ProgramSource.position(long position) |
opencv_core.ProgramSource |
opencv_core.ProgramSource.put(opencv_core.ProgramSource prog) |
opencv_core.ProgramSource |
opencv_core.Program.source()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_core.Program.create(opencv_core.ProgramSource src,
org.bytedeco.javacpp.BytePointer buildflags,
org.bytedeco.javacpp.BytePointer errmsg) |
boolean |
opencv_core.Program.create(opencv_core.ProgramSource src,
String buildflags,
String errmsg) |
boolean |
opencv_core.Kernel.create(String kname,
opencv_core.ProgramSource prog,
String buildopts,
org.bytedeco.javacpp.BytePointer errmsg) |
opencv_core.Program |
opencv_core.Context.getProg(opencv_core.ProgramSource prog,
org.bytedeco.javacpp.BytePointer buildopt,
org.bytedeco.javacpp.BytePointer errmsg) |
opencv_core.Program |
opencv_core.Context.getProg(opencv_core.ProgramSource prog,
String buildopt,
String errmsg) |
opencv_core.ProgramSource |
opencv_core.ProgramSource.put(opencv_core.ProgramSource prog) |
| Constructor and Description |
|---|
Kernel(String kname,
opencv_core.ProgramSource prog,
String buildopts,
org.bytedeco.javacpp.BytePointer errmsg) |
Program(opencv_core.ProgramSource src,
org.bytedeco.javacpp.BytePointer buildflags,
org.bytedeco.javacpp.BytePointer errmsg) |
Program(opencv_core.ProgramSource src,
String buildflags,
String errmsg) |
ProgramSource(opencv_core.ProgramSource prog) |
Copyright © 2018. All rights reserved.