public static class opencv_core.CvMatND extends opencv_core.AbstractCvMatND
opencv_core.AbstractCvMatND.ReleaseDeallocatorPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorbufferedImage, gamma22, gamma22inv| Constructor and Description |
|---|
opencv_core.CvMatND() |
opencv_core.CvMatND(int size) |
opencv_core.CvMatND(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
data_db() |
opencv_core.CvMatND |
data_db(DoublePointer data_db) |
FloatPointer |
data_fl() |
opencv_core.CvMatND |
data_fl(FloatPointer data_fl) |
IntPointer |
data_i() |
opencv_core.CvMatND |
data_i(IntPointer data_i) |
BytePointer |
data_ptr() |
opencv_core.CvMatND |
data_ptr(BytePointer data_ptr) |
ShortPointer |
data_s() |
opencv_core.CvMatND |
data_s(ShortPointer data_s) |
int |
dim_size(int i) |
opencv_core.CvMatND |
dim_size(int i,
int dim_size) |
int |
dim_step(int i) |
opencv_core.CvMatND |
dim_step(int i,
int dim_step) |
int |
dims() |
opencv_core.CvMatND |
dims(int dims) |
int |
hdr_refcount() |
opencv_core.CvMatND |
hdr_refcount(int hdr_refcount) |
opencv_core.CvMatND |
position(int position) |
IntPointer |
refcount() |
opencv_core.CvMatND |
refcount(IntPointer refcount) |
int |
type() |
opencv_core.CvMatND |
type(int type) |
clone, create, releasearrayChannels, arrayData, arrayDepth, arrayHeight, arrayOrigin, arrayOrigin, arrayROI, arraySize, arrayStep, arrayWidthapplyGamma, cloneBufferedImage, copyFrom, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, cvSize, decodeGamma22, encodeGamma22, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImageType, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, withDeallocator, zeropublic opencv_core.CvMatND()
public opencv_core.CvMatND(int size)
public opencv_core.CvMatND(Pointer p)
public opencv_core.CvMatND position(int 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)
public BytePointer data_ptr()
public opencv_core.CvMatND data_ptr(BytePointer data_ptr)
public FloatPointer data_fl()
public opencv_core.CvMatND data_fl(FloatPointer data_fl)
public DoublePointer data_db()
public opencv_core.CvMatND data_db(DoublePointer data_db)
public IntPointer data_i()
public opencv_core.CvMatND data_i(IntPointer data_i)
public ShortPointer data_s()
public opencv_core.CvMatND data_s(ShortPointer data_s)
public int dim_size(int i)
public opencv_core.CvMatND dim_size(int i, int dim_size)
public int dim_step(int i)
public opencv_core.CvMatND dim_step(int i, int dim_step)
Copyright © 2014. All Rights Reserved.