| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvMatND |
opencv_core.cvCloneMatND(opencv_core.CvMatND mat)
Creates a copy of CvMatND (except, may be, steps)
|
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,
org.bytedeco.javacpp.IntPointer sizes,
int type)
\brief Creates the header and allocates the data for a multi-dimensional dense array.
|
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,
org.bytedeco.javacpp.IntPointer sizes,
int type)
\brief Creates a new matrix header but does not allocate the matrix data.
|
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,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.Pointer data) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
org.bytedeco.javacpp.IntPointer sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
org.bytedeco.javacpp.IntPointer sizes,
int type,
org.bytedeco.javacpp.Pointer data)
\brief Initializes a pre-allocated multi-dimensional array header.
|
opencv_core.CvMatND |
opencv_core.CvMatND.data_db(org.bytedeco.javacpp.DoublePointer data_db)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.data_fl(org.bytedeco.javacpp.FloatPointer data_fl)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.data_i(org.bytedeco.javacpp.IntPointer data_i)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.data_ptr(org.bytedeco.javacpp.BytePointer data_ptr)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.data_s(org.bytedeco.javacpp.ShortPointer data_s)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.dim_size(int i,
int dim_size)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.dim_step(int i,
int dim_step)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.dims(int dims)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.hdr_refcount(int hdr_refcount)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvNArrayIterator.hdr(int i)
pointers to the headers of the
matrices that are processed
|
opencv_core.CvMatND |
opencv_core.CvHistogram.mat()
Embedded matrix header for array histograms.
|
opencv_core.CvMatND |
opencv_core.CvMatND.position(long position)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.refcount(org.bytedeco.javacpp.IntPointer refcount)
Deprecated.
|
opencv_core.CvMatND |
opencv_core.CvMatND.type(int type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvMatND |
opencv_core.cvCloneMatND(opencv_core.CvMatND mat)
Creates a copy of CvMatND (except, may be, steps)
|
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,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.Pointer data) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
org.bytedeco.javacpp.IntPointer sizes,
int type) |
static opencv_core.CvMatND |
opencv_core.cvInitMatNDHeader(opencv_core.CvMatND mat,
int dims,
org.bytedeco.javacpp.IntPointer sizes,
int type,
org.bytedeco.javacpp.Pointer data)
\brief Initializes a pre-allocated multi-dimensional array header.
|
static int |
opencv_core.cvInitNArrayIterator(int count,
opencv_core.CvArr arrs,
opencv_core.CvArr mask,
opencv_core.CvMatND stubs,
opencv_core.CvNArrayIterator array_iterator) |
static int |
opencv_core.cvInitNArrayIterator(int count,
opencv_core.CvArr arrs,
opencv_core.CvArr mask,
opencv_core.CvMatND stubs,
opencv_core.CvNArrayIterator array_iterator,
int flags) |
static int |
opencv_core.cvInitNArrayIterator(int count,
org.bytedeco.javacpp.PointerPointer arrs,
opencv_core.CvArr mask,
opencv_core.CvMatND stubs,
opencv_core.CvNArrayIterator array_iterator,
int flags)
initializes iterator that traverses through several arrays simulteneously
(the function together with cvNextArraySlice is used for
N-ari element-wise operations)
|
static void |
opencv_core.cvReleaseMatND(opencv_core.CvMatND mat) |
opencv_core.CvNArrayIterator |
opencv_core.CvNArrayIterator.hdr(int i,
opencv_core.CvMatND hdr) |
opencv_core.CvHistogram |
opencv_core.CvHistogram.mat(opencv_core.CvMatND mat) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvMatND.ReleaseDeallocator |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvMatND |
opencv_core.AbstractCvMatND.clone()
Calls cvCloneMatND(), and registers a deallocator.
|
static opencv_core.CvMatND |
opencv_core.AbstractCvMatND.create(int dims,
int[] sizes,
int type)
Calls CvMatND(), and registers a deallocator.
|
opencv_core.CvMatND |
opencv_core.CvMatNDArray.get() |
| Modifier and Type | Method and Description |
|---|---|
static int |
opencv_core.cvInitNArrayIterator(int count,
opencv_core.CvArr[] arrs,
opencv_core.CvArr mask,
opencv_core.CvMatND stubs,
opencv_core.CvNArrayIterator array_iterator,
int flags) |
| Constructor and Description |
|---|
CvMatNDArray(opencv_core.CvMatND... array) |
Copyright © 2018. All rights reserved.