opencv_core.CvMatND |
opencv_core.Mat.asCvMatND()
converts header to CvMatND; no data is copied
|
static opencv_core.CvMatND |
opencv_core.cvCloneMatND(opencv_core.CvMatND mat) |
static opencv_core.CvMatND |
opencv_core.cvCreateMatND(int dims,
int[] sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvCreateMatND(int dims,
IntBuffer sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvCreateMatND(int dims,
IntPointer sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvCreateMatNDHeader(int dims,
int[] sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvCreateMatNDHeader(int dims,
IntBuffer sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvCreateMatNDHeader(int dims,
IntPointer sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
int[] sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
int[] sizes,
int type,
Pointer data) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
IntBuffer sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
IntBuffer sizes,
int type,
Pointer data) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
IntPointer sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
IntPointer sizes,
int type,
Pointer data) |
opencv_core.CvMatND |
opencv_core.CvMatND.data_db(DoublePointer data_db) |
opencv_core.CvMatND |
opencv_core.CvMatND.data_fl(FloatPointer data_fl) |
opencv_core.CvMatND |
opencv_core.CvMatND.data_i(IntPointer data_i) |
opencv_core.CvMatND |
opencv_core.CvMatND.data_ptr(BytePointer data_ptr) |
opencv_core.CvMatND |
opencv_core.CvMatND.data_s(ShortPointer data_s) |
opencv_core.CvMatND |
opencv_core.CvMatND.dim_size(int i,
int dim_size) |
opencv_core.CvMatND |
opencv_core.CvMatND.dim_step(int i,
int dim_step) |
opencv_core.CvMatND |
opencv_core.CvMatND.dims(int dims) |
opencv_core.CvMatND |
opencv_core.CvMatND.hdr_refcount(int hdr_refcount) |
opencv_core.CvMatND |
opencv_core.CvNArrayIterator.hdr(int i) |
opencv_core.CvMatND |
opencv_core.CvHistogram.mat() |
opencv_core.CvMatND |
opencv_core.CvMatND.position(int position) |
opencv_core.CvMatND |
opencv_core.CvMatND.refcount(IntPointer refcount) |
opencv_core.CvMatND |
opencv_core.CvMatND.type(int type) |