@Namespace(value="cv::ocl")
@NoOffset
public static class opencv_core.KernelArg
extends org.bytedeco.javacpp.Pointer
| 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,
opencv_core.UMat _m) |
KernelArg(int _flags,
opencv_core.UMat _m,
int wscale,
int iwscale,
org.bytedeco.javacpp.Pointer _obj,
long _sz) |
KernelArg(long size)
Native array allocator.
|
KernelArg(org.bytedeco.javacpp.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(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public KernelArg(long size)
Pointer.position(long).public KernelArg(int _flags,
opencv_core.UMat _m,
int wscale,
int iwscale,
@Const
org.bytedeco.javacpp.Pointer _obj,
@Cast(value="size_t")
long _sz)
public KernelArg(int _flags,
opencv_core.UMat _m)
public KernelArg()
public opencv_core.KernelArg position(long position)
position in class org.bytedeco.javacpp.Pointer@ByVal public static opencv_core.KernelArg Local()
@ByVal public static opencv_core.KernelArg PtrWriteOnly(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg PtrReadOnly(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg PtrReadWrite(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg ReadWrite(@Const @ByRef opencv_core.UMat m, int wscale, int iwscale)
@ByVal public static opencv_core.KernelArg ReadWrite(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg ReadWriteNoSize(@Const @ByRef opencv_core.UMat m, int wscale, int iwscale)
@ByVal public static opencv_core.KernelArg ReadWriteNoSize(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg ReadOnly(@Const @ByRef opencv_core.UMat m, int wscale, int iwscale)
@ByVal public static opencv_core.KernelArg ReadOnly(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg WriteOnly(@Const @ByRef opencv_core.UMat m, int wscale, int iwscale)
@ByVal public static opencv_core.KernelArg WriteOnly(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg ReadOnlyNoSize(@Const @ByRef opencv_core.UMat m, int wscale, int iwscale)
@ByVal public static opencv_core.KernelArg ReadOnlyNoSize(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg WriteOnlyNoSize(@Const @ByRef opencv_core.UMat m, int wscale, int iwscale)
@ByVal public static opencv_core.KernelArg WriteOnlyNoSize(@Const @ByRef opencv_core.UMat m)
@ByVal public static opencv_core.KernelArg Constant(@Const @ByRef opencv_core.Mat m)
public int flags()
public opencv_core.KernelArg flags(int flags)
public opencv_core.UMat m()
public opencv_core.KernelArg m(opencv_core.UMat m)
@MemberGetter @Const public org.bytedeco.javacpp.Pointer obj()
@Cast(value="size_t") public long sz()
public opencv_core.KernelArg sz(long sz)
public int wscale()
public opencv_core.KernelArg wscale(int wscale)
public int iwscale()
public opencv_core.KernelArg iwscale(int iwscale)
Copyright © 2018. All rights reserved.