@Namespace(value="cv::ocl") @NoOffset @Properties(inherit=opencv_core.class) public class KernelArg extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTANT
enum cv::ocl::KernelArg::
|
static int |
LOCAL
enum cv::ocl::KernelArg::
|
static int |
NO_SIZE
enum cv::ocl::KernelArg::
|
static int |
PTR_ONLY
enum cv::ocl::KernelArg::
|
static int |
READ_ONLY
enum cv::ocl::KernelArg::
|
static int |
READ_WRITE
enum cv::ocl::KernelArg::
|
static int |
WRITE_ONLY
enum cv::ocl::KernelArg::
|
| Constructor and Description |
|---|
KernelArg() |
KernelArg(int _flags,
UMat _m) |
KernelArg(int _flags,
UMat _m,
int wscale,
int iwscale,
Pointer _obj,
long _sz) |
KernelArg(long size)
Native array allocator.
|
KernelArg(Pointer p)
Pointer cast constructor.
|
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 static final int LOCAL
public static final int READ_ONLY
public static final int WRITE_ONLY
public static final int READ_WRITE
public static final int CONSTANT
public static final int PTR_ONLY
public static final int NO_SIZE
public KernelArg(Pointer p)
Pointer.Pointer(Pointer).public KernelArg(long size)
Pointer.position(long).public KernelArg(int _flags,
UMat _m,
int wscale,
int iwscale,
@Const
Pointer _obj,
@Cast(value="size_t")
long _sz)
public KernelArg(int _flags,
UMat _m)
public KernelArg()
@ByVal public static KernelArg ReadWriteNoSize(@Const @ByRef UMat m, int wscale, int iwscale)
@ByVal public static KernelArg ReadOnlyNoSize(@Const @ByRef UMat m, int wscale, int iwscale)
@ByVal public static KernelArg WriteOnlyNoSize(@Const @ByRef UMat m, int wscale, int iwscale)
public int flags()
public KernelArg flags(int setter)
public UMat m()
@MemberGetter @Const public Pointer obj()
public KernelArg sz(long setter)
public int wscale()
public KernelArg wscale(int setter)
public int iwscale()
public KernelArg iwscale(int setter)
Copyright © 2019. All rights reserved.