@NoOffset public static class opencv_core.CvMatND extends opencv_core.AbstractCvMatND
opencv_core.AbstractCvMatND.ReleaseDeallocatorPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvMatND()
Deprecated.
|
opencv_core.CvMatND(long size)
Deprecated.
Native array allocator.
|
opencv_core.CvMatND(opencv_core.Mat m)
Deprecated.
|
opencv_core.CvMatND(Pointer p)
Deprecated.
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
data_db()
Deprecated.
|
opencv_core.CvMatND |
data_db(DoublePointer data_db)
Deprecated.
|
FloatPointer |
data_fl()
Deprecated.
|
opencv_core.CvMatND |
data_fl(FloatPointer data_fl)
Deprecated.
|
IntPointer |
data_i()
Deprecated.
|
opencv_core.CvMatND |
data_i(IntPointer data_i)
Deprecated.
|
BytePointer |
data_ptr()
Deprecated.
|
opencv_core.CvMatND |
data_ptr(BytePointer data_ptr)
Deprecated.
|
ShortPointer |
data_s()
Deprecated.
|
opencv_core.CvMatND |
data_s(ShortPointer data_s)
Deprecated.
|
int |
dim_size(int i)
Deprecated.
|
opencv_core.CvMatND |
dim_size(int i,
int dim_size)
Deprecated.
|
int |
dim_step(int i)
Deprecated.
|
opencv_core.CvMatND |
dim_step(int i,
int dim_step)
Deprecated.
|
int |
dims()
Deprecated.
|
opencv_core.CvMatND |
dims(int dims)
Deprecated.
|
int |
hdr_refcount()
Deprecated.
|
opencv_core.CvMatND |
hdr_refcount(int hdr_refcount)
Deprecated.
|
opencv_core.CvMatND |
position(long position)
Deprecated.
|
IntPointer |
refcount()
Deprecated.
|
opencv_core.CvMatND |
refcount(IntPointer refcount)
Deprecated.
|
int |
type()
Deprecated.
|
opencv_core.CvMatND |
type(int type)
Deprecated.
|
clone, create, releasearrayChannels, arrayData, arrayDepth, arrayHeight, arrayOrigin, arrayOrigin, arrayROI, arraySize, arrayStep, arrayWidthcreateBuffer, createBuffer, createIndexer, createIndexer, cvSize, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, totalBytes, withDeallocator, zeropublic opencv_core.CvMatND(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvMatND(long size)
Pointer.position(long).public opencv_core.CvMatND()
public opencv_core.CvMatND(@Const@ByRef opencv_core.Mat m)
public opencv_core.CvMatND position(long position)
public int type()
public opencv_core.CvMatND type(int type)
public int dims()
public opencv_core.CvMatND dims(int dims)
public IntPointer refcount()
public opencv_core.CvMatND refcount(IntPointer refcount)
public int hdr_refcount()
public opencv_core.CvMatND hdr_refcount(int hdr_refcount)
@Name(value="data.ptr") @Cast(value="uchar*") public BytePointer data_ptr()
public opencv_core.CvMatND data_ptr(BytePointer data_ptr)
@Name(value="data.fl") public FloatPointer data_fl()
public opencv_core.CvMatND data_fl(FloatPointer data_fl)
@Name(value="data.db") public DoublePointer data_db()
public opencv_core.CvMatND data_db(DoublePointer data_db)
@Name(value="data.i") public IntPointer data_i()
public opencv_core.CvMatND data_i(IntPointer data_i)
@Name(value="data.s") public ShortPointer data_s()
public opencv_core.CvMatND data_s(ShortPointer data_s)
public opencv_core.CvMatND dim_size(int i, int dim_size)
public opencv_core.CvMatND dim_step(int i, int dim_step)
Copyright © 2016. All rights reserved.