opencv_core.CvSparseMat |
opencv_core.SparseMat.asCvSparseMat()
converts sparse matrix to the old-style representation; all the elements are copied.
|
static opencv_core.CvSparseMat |
opencv_core.cvCloneSparseMat(opencv_core.CvSparseMat mat) |
static opencv_core.CvSparseMat |
opencv_core.cvCreateSparseMat(int dims,
int[] sizes,
int type) |
static opencv_core.CvSparseMat |
opencv_core.cvCreateSparseMat(int dims,
IntBuffer sizes,
int type) |
static opencv_core.CvSparseMat |
opencv_core.cvCreateSparseMat(int dims,
IntPointer sizes,
int type) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.dims(int dims) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.hashsize(int hashsize) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.hashtable(int i,
Pointer hashtable) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.hdr_refcount(int hdr_refcount) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.heap(opencv_core.CvSet heap) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.idxoffset(int idxoffset) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMatIterator.mat() |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.position(int position) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.refcount(IntPointer refcount) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.size(int i,
int size) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.type(int type) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.valoffset(int valoffset) |