| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvSparseMat |
opencv_core.cvCloneSparseMat(opencv_core.CvSparseMat mat)
Creates a copy of CvSparseMat (except, may be, zero items)
|
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,
org.bytedeco.javacpp.IntPointer sizes,
int type)
\brief Creates sparse array.
|
static opencv_core.CvSparseMat |
opencv_core.cvCreateSparseMat(opencv_core.SparseMat m) |
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,
org.bytedeco.javacpp.Pointer hashtable) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.hashtable(org.bytedeco.javacpp.PointerPointer 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(long position) |
opencv_core.CvSparseMat |
opencv_core.CvSparseMat.refcount(org.bytedeco.javacpp.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) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvSparseMat |
opencv_core.cvCloneSparseMat(opencv_core.CvSparseMat mat)
Creates a copy of CvSparseMat (except, may be, zero items)
|
static opencv_core.CvSparseNode |
opencv_core.cvInitSparseMatIterator(opencv_core.CvSparseMat mat,
opencv_core.CvSparseMatIterator mat_iterator)
\brief Initializes sparse array elements iterator.
|
static void |
opencv_core.cvReleaseSparseMat(opencv_core.CvSparseMat mat) |
opencv_core.CvSparseMatIterator |
opencv_core.CvSparseMatIterator.mat(opencv_core.CvSparseMat mat) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvSparseMat.ReleaseDeallocator |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvSparseMat |
opencv_core.AbstractCvSparseMat.clone()
Calls cvCloneSparseMat(), and registers a deallocator.
|
static opencv_core.CvSparseMat |
opencv_core.AbstractCvSparseMat.create(int dims,
int[] sizes,
int type)
Calls cvCreateSparseMat(), and registers a deallocator.
|
Copyright © 2018. All rights reserved.