| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.SparseMat |
opencv_core.SparseMat.clone()
creates full copy of the matrix
|
opencv_core.SparseMat |
opencv_core.SparseMat.flags(int flags) |
opencv_core.SparseMat |
opencv_core.SparseMat.hdr(opencv_core.SparseMat.Hdr hdr) |
opencv_core.SparseMat |
opencv_core.SparseMatConstIterator.m() |
opencv_core.SparseMat |
opencv_core.SparseMat.position(long position) |
opencv_core.SparseMat |
opencv_core.SparseMat.put(opencv_core.Mat m)
equivalent to the corresponding constructor
|
opencv_core.SparseMat |
opencv_core.SparseMat.put(opencv_core.SparseMat m)
assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_core.SparseMat.assignTo(opencv_core.SparseMat m) |
void |
opencv_core.SparseMat.assignTo(opencv_core.SparseMat m,
int type) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.SparseMat hist,
opencv_core.GpuMat backProject,
float[] ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.SparseMat hist,
opencv_core.GpuMat backProject,
float[] ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.SparseMat hist,
opencv_core.Mat backProject,
float[] ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.SparseMat hist,
opencv_core.Mat backProject,
float[] ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.SparseMat hist,
opencv_core.UMat backProject,
float[] ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.SparseMat hist,
opencv_core.UMat backProject,
float[] ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.SparseMat hist,
opencv_core.GpuMat backProject,
FloatBuffer ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.SparseMat hist,
opencv_core.GpuMat backProject,
FloatBuffer ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.SparseMat hist,
opencv_core.Mat backProject,
FloatBuffer ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.SparseMat hist,
opencv_core.Mat backProject,
FloatBuffer ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.SparseMat hist,
opencv_core.UMat backProject,
FloatBuffer ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.SparseMat hist,
opencv_core.UMat backProject,
FloatBuffer ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.SparseMat hist,
opencv_core.GpuMat backProject,
org.bytedeco.javacpp.FloatPointer ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.SparseMat hist,
opencv_core.GpuMat backProject,
org.bytedeco.javacpp.FloatPointer ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.SparseMat hist,
opencv_core.Mat backProject,
org.bytedeco.javacpp.FloatPointer ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.SparseMat hist,
opencv_core.Mat backProject,
org.bytedeco.javacpp.FloatPointer ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.SparseMat hist,
opencv_core.Mat backProject,
org.bytedeco.javacpp.PointerPointer ranges,
double scale,
boolean uniform)
\overload
|
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.SparseMat hist,
opencv_core.UMat backProject,
org.bytedeco.javacpp.FloatPointer ranges) |
static void |
opencv_imgproc.calcBackProject(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.SparseMat hist,
opencv_core.UMat backProject,
org.bytedeco.javacpp.FloatPointer ranges,
double scale,
boolean uniform) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.GpuMat mask,
opencv_core.SparseMat hist,
int dims,
int[] histSize,
float[] ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.GpuMat mask,
opencv_core.SparseMat hist,
int dims,
int[] histSize,
float[] ranges,
boolean uniform,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.Mat mask,
opencv_core.SparseMat hist,
int dims,
int[] histSize,
float[] ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.Mat mask,
opencv_core.SparseMat hist,
int dims,
int[] histSize,
float[] ranges,
boolean uniform,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.UMat mask,
opencv_core.SparseMat hist,
int dims,
int[] histSize,
float[] ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
int[] channels,
opencv_core.UMat mask,
opencv_core.SparseMat hist,
int dims,
int[] histSize,
float[] ranges,
boolean uniform,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.GpuMat mask,
opencv_core.SparseMat hist,
int dims,
IntBuffer histSize,
FloatBuffer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.GpuMat mask,
opencv_core.SparseMat hist,
int dims,
IntBuffer histSize,
FloatBuffer ranges,
boolean uniform,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.Mat mask,
opencv_core.SparseMat hist,
int dims,
IntBuffer histSize,
FloatBuffer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.Mat mask,
opencv_core.SparseMat hist,
int dims,
IntBuffer histSize,
FloatBuffer ranges,
boolean uniform,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.UMat mask,
opencv_core.SparseMat hist,
int dims,
IntBuffer histSize,
FloatBuffer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
IntBuffer channels,
opencv_core.UMat mask,
opencv_core.SparseMat hist,
int dims,
IntBuffer histSize,
FloatBuffer ranges,
boolean uniform,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.GpuMat mask,
opencv_core.SparseMat hist,
int dims,
org.bytedeco.javacpp.IntPointer histSize,
org.bytedeco.javacpp.FloatPointer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.GpuMat mask,
opencv_core.SparseMat hist,
int dims,
org.bytedeco.javacpp.IntPointer histSize,
org.bytedeco.javacpp.FloatPointer ranges,
boolean uniform,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.Mat mask,
opencv_core.SparseMat hist,
int dims,
org.bytedeco.javacpp.IntPointer histSize,
org.bytedeco.javacpp.FloatPointer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.Mat mask,
opencv_core.SparseMat hist,
int dims,
org.bytedeco.javacpp.IntPointer histSize,
org.bytedeco.javacpp.FloatPointer ranges,
boolean uniform,
boolean accumulate) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.Mat mask,
opencv_core.SparseMat hist,
int dims,
org.bytedeco.javacpp.IntPointer histSize,
org.bytedeco.javacpp.PointerPointer ranges,
boolean uniform,
boolean accumulate)
\overload
|
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.UMat mask,
opencv_core.SparseMat hist,
int dims,
org.bytedeco.javacpp.IntPointer histSize,
org.bytedeco.javacpp.FloatPointer ranges) |
static void |
opencv_imgproc.calcHist(opencv_core.Mat images,
int nimages,
org.bytedeco.javacpp.IntPointer channels,
opencv_core.UMat mask,
opencv_core.SparseMat hist,
int dims,
org.bytedeco.javacpp.IntPointer histSize,
org.bytedeco.javacpp.FloatPointer ranges,
boolean uniform,
boolean accumulate) |
static double |
opencv_imgproc.compareHist(opencv_core.SparseMat H1,
opencv_core.SparseMat H2,
int method)
\overload
|
void |
opencv_core.SparseMat.convertTo(opencv_core.SparseMat m,
int rtype) |
void |
opencv_core.SparseMat.convertTo(opencv_core.SparseMat m,
int rtype,
double alpha)
multiplies all the matrix elements by the specified scale factor alpha and converts the results to the specified data type
|
void |
opencv_core.SparseMat.copyTo(opencv_core.SparseMat m)
copies all the data to the destination matrix.
|
void |
opencv_core.CvSparseMat.copyToSparseMat(opencv_core.SparseMat m) |
static opencv_core.CvSparseMat |
opencv_core.cvCreateSparseMat(opencv_core.SparseMat m) |
static void |
opencv_core.minMaxLoc(opencv_core.SparseMat a,
double[] minVal,
double[] maxVal) |
static void |
opencv_core.minMaxLoc(opencv_core.SparseMat a,
double[] minVal,
double[] maxVal,
int[] minIdx,
int[] maxIdx) |
static void |
opencv_core.minMaxLoc(opencv_core.SparseMat a,
DoubleBuffer minVal,
DoubleBuffer maxVal) |
static void |
opencv_core.minMaxLoc(opencv_core.SparseMat a,
DoubleBuffer minVal,
DoubleBuffer maxVal,
IntBuffer minIdx,
IntBuffer maxIdx) |
static void |
opencv_core.minMaxLoc(opencv_core.SparseMat a,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal) |
static void |
opencv_core.minMaxLoc(opencv_core.SparseMat a,
org.bytedeco.javacpp.DoublePointer minVal,
org.bytedeco.javacpp.DoublePointer maxVal,
org.bytedeco.javacpp.IntPointer minIdx,
org.bytedeco.javacpp.IntPointer maxIdx)
\overload
|
static double |
opencv_core.norm(opencv_core.SparseMat src,
int normType)
\overload
|
static void |
opencv_core.normalize(opencv_core.SparseMat src,
opencv_core.SparseMat dst,
double alpha,
int normType)
\overload
|
opencv_core.SparseMat |
opencv_core.SparseMat.put(opencv_core.SparseMat m)
assignment operator.
|
static void |
opencv_core.read(opencv_core.FileNode node,
opencv_core.SparseMat mat) |
static void |
opencv_core.read(opencv_core.FileNode node,
opencv_core.SparseMat mat,
opencv_core.SparseMat default_mat) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.SparseMat value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
opencv_core.SparseMat value) |
| Constructor and Description |
|---|
SparseMat(opencv_core.SparseMat m)
\overload
|
SparseMatConstIterator(opencv_core.SparseMat _m)
the full constructor setting the iterator to the first sparse matrix element
|
SparseMatIterator(opencv_core.SparseMat _m)
the full constructor setting the iterator to the first sparse matrix element
|
Copyright © 2018. All rights reserved.