@Namespace(value="cv::ocl")
@NoOffset
public static class opencv_core.ProgramSource
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
ProgramSource() |
ProgramSource(org.bytedeco.javacpp.BytePointer prog) |
ProgramSource(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer codeStr,
org.bytedeco.javacpp.BytePointer codeHash) |
ProgramSource(long size)
Native array allocator.
|
ProgramSource(opencv_core.ProgramSource prog) |
ProgramSource(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
ProgramSource(String prog) |
ProgramSource(String module,
String name,
String codeStr,
String codeHash) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.ProgramSource |
fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size) |
static 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 |
fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size) |
static 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 |
fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static 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 |
fromBinary(String module,
String name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
fromBinary(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
fromBinary(String module,
String name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
fromBinary(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size) |
static 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 |
fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size) |
static 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 |
fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static 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 |
fromSPIR(String module,
String name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
fromSPIR(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
fromSPIR(String module,
String name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
fromSPIR(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
org.bytedeco.javacpp.Pointer |
getImpl() |
int |
hash() |
opencv_core.ProgramSource |
position(long position) |
opencv_core.ProgramSource |
put(opencv_core.ProgramSource prog) |
org.bytedeco.javacpp.BytePointer |
source() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ProgramSource(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public ProgramSource(long size)
Pointer.position(long).public ProgramSource()
public ProgramSource(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @opencv_core.Str org.bytedeco.javacpp.BytePointer codeStr, @opencv_core.Str org.bytedeco.javacpp.BytePointer codeHash)
public ProgramSource(@opencv_core.Str String module, @opencv_core.Str String name, @opencv_core.Str String codeStr, @opencv_core.Str String codeHash)
public ProgramSource(@opencv_core.Str org.bytedeco.javacpp.BytePointer prog)
public ProgramSource(@opencv_core.Str String prog)
public ProgramSource(@Const @ByRef
opencv_core.ProgramSource prog)
public opencv_core.ProgramSource position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef @Name(value="operator =") public opencv_core.ProgramSource put(@Const @ByRef opencv_core.ProgramSource prog)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer source()
@Cast(value="cv::ocl::ProgramSource::hash_t") public int hash()
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") org.bytedeco.javacpp.BytePointer binary, @Cast(value="const size_t") long size, @opencv_core.Str org.bytedeco.javacpp.BytePointer buildOptions)
module - name of program owner modulename - unique name of program (module+name is used as key for OpenCL program caching)binary - buffer address. See buffer lifetime requirement in description.size - buffer sizebuildOptions - additional program-related build options passed to clBuildProgram()@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") org.bytedeco.javacpp.BytePointer binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") ByteBuffer binary, @Cast(value="const size_t") long size, @opencv_core.Str String buildOptions)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") ByteBuffer binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") byte[] binary, @Cast(value="const size_t") long size, @opencv_core.Str org.bytedeco.javacpp.BytePointer buildOptions)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") byte[] binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") org.bytedeco.javacpp.BytePointer binary, @Cast(value="const size_t") long size, @opencv_core.Str String buildOptions)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") org.bytedeco.javacpp.BytePointer binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") ByteBuffer binary, @Cast(value="const size_t") long size, @opencv_core.Str org.bytedeco.javacpp.BytePointer buildOptions)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") ByteBuffer binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") byte[] binary, @Cast(value="const size_t") long size, @opencv_core.Str String buildOptions)
@ByVal public static opencv_core.ProgramSource fromBinary(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") byte[] binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") org.bytedeco.javacpp.BytePointer binary, @Cast(value="const size_t") long size, @opencv_core.Str org.bytedeco.javacpp.BytePointer buildOptions)
module - name of program owner modulename - unique name of program (module+name is used as key for OpenCL program caching)binary - buffer address. See buffer lifetime requirement in description.size - buffer sizebuildOptions - additional program-related build options passed to clBuildProgram()
(these options are added automatically: '-x spir' and '-spir-std=1.2')@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") org.bytedeco.javacpp.BytePointer binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") ByteBuffer binary, @Cast(value="const size_t") long size, @opencv_core.Str String buildOptions)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") ByteBuffer binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") byte[] binary, @Cast(value="const size_t") long size, @opencv_core.Str org.bytedeco.javacpp.BytePointer buildOptions)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") byte[] binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") org.bytedeco.javacpp.BytePointer binary, @Cast(value="const size_t") long size, @opencv_core.Str String buildOptions)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") org.bytedeco.javacpp.BytePointer binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") ByteBuffer binary, @Cast(value="const size_t") long size, @opencv_core.Str org.bytedeco.javacpp.BytePointer buildOptions)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str org.bytedeco.javacpp.BytePointer module, @opencv_core.Str org.bytedeco.javacpp.BytePointer name, @Cast(value="const unsigned char*") ByteBuffer binary, @Cast(value="const size_t") long size)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") byte[] binary, @Cast(value="const size_t") long size, @opencv_core.Str String buildOptions)
@ByVal public static opencv_core.ProgramSource fromSPIR(@opencv_core.Str String module, @opencv_core.Str String name, @Cast(value="const unsigned char*") byte[] binary, @Cast(value="const size_t") long size)
@Cast(value="cv::ocl::ProgramSource::Impl*") public org.bytedeco.javacpp.Pointer getImpl()
Copyright © 2018. All rights reserved.