public abstract static class opencv_core.AbstractCvMat extends opencv_core.CvArr
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvMat.ReleaseDeallocator |
| Constructor and Description |
|---|
AbstractCvMat(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
arrayChannels() |
org.bytedeco.javacpp.BytePointer |
arrayData() |
int |
arrayDepth() |
int |
arrayHeight() |
int |
arrayOrigin() |
void |
arrayOrigin(int origin) |
opencv_core.IplROI |
arrayROI() |
int |
arraySize() |
int |
arrayStep() |
int |
arrayWidth() |
opencv_core.IplImage |
asIplImage() |
int |
channels() |
opencv_core.CvMat |
clone()
Calls cvCloneMat(), and registers a deallocator.
|
abstract int |
cols() |
static opencv_core.CvMat |
create(int rows,
int cols)
Calls cvCreateMat(rows, cols, CV_64F, 1), and registers a deallocator.
|
static opencv_core.CvMat |
create(int rows,
int cols,
int type)
Calls cvCreateMat(), and registers a deallocator.
|
static opencv_core.CvMat |
create(int rows,
int cols,
int depth,
int channels)
Calls cvCreateMat(), and registers a deallocator.
|
static opencv_core.CvMat |
createHeader(int rows,
int cols)
Calls cvCreateMatHeader(rows, cols, CV_64F, 1), and registers a deallocator.
|
static opencv_core.CvMat |
createHeader(int rows,
int cols,
int type)
Calls cvCreateMatHeader(), and registers a deallocator.
|
static opencv_core.CvMat |
createHeader(int rows,
int cols,
int depth,
int channels)
Calls cvCreateMatHeader(), and registers a deallocator.
|
static ThreadLocal<opencv_core.CvMat> |
createHeaderThreadLocal(int rows,
int cols) |
static ThreadLocal<opencv_core.CvMat> |
createHeaderThreadLocal(int rows,
int cols,
int type) |
static ThreadLocal<opencv_core.CvMat> |
createHeaderThreadLocal(int rows,
int cols,
int depth,
int channels) |
static ThreadLocal<opencv_core.CvMat> |
createThreadLocal(int rows,
int cols) |
static ThreadLocal<opencv_core.CvMat> |
createThreadLocal(int rows,
int cols,
int type) |
static ThreadLocal<opencv_core.CvMat> |
createThreadLocal(int rows,
int cols,
int depth,
int channels) |
abstract org.bytedeco.javacpp.DoublePointer |
data_db() |
abstract org.bytedeco.javacpp.FloatPointer |
data_fl() |
abstract org.bytedeco.javacpp.IntPointer |
data_i() |
abstract org.bytedeco.javacpp.BytePointer |
data_ptr() |
abstract org.bytedeco.javacpp.ShortPointer |
data_s() |
int |
depth() |
int |
elemSize() |
boolean |
empty() |
double[] |
get()
Deprecated.
|
opencv_core.CvMat |
get(double[] vv)
Deprecated.
|
double |
get(int i)
Deprecated.
|
opencv_core.CvMat |
get(int index,
double[] vv)
Deprecated.
|
opencv_core.CvMat |
get(int index,
double[] vv,
int offset,
int length)
Deprecated.
|
double |
get(int i,
int j)
Deprecated.
|
double |
get(int i,
int j,
int k)
Deprecated.
|
ByteBuffer |
getByteBuffer()
Deprecated.
|
DoubleBuffer |
getDoubleBuffer()
Deprecated.
|
FloatBuffer |
getFloatBuffer()
Deprecated.
|
IntBuffer |
getIntBuffer()
Deprecated.
|
ShortBuffer |
getShortBuffer()
Deprecated.
|
boolean |
isContinuous() |
int |
length() |
int |
matType() |
int |
nChannels() |
opencv_core.CvMat |
put(double... vv)
Deprecated.
|
opencv_core.CvMat |
put(int index,
double... vv)
Deprecated.
|
opencv_core.CvMat |
put(int i,
double v)
Deprecated.
|
opencv_core.CvMat |
put(int index,
double[] vv,
int offset,
int length)
Deprecated.
|
opencv_core.CvMat |
put(int i,
int j,
double v)
Deprecated.
|
opencv_core.CvMat |
put(int i,
int j,
int k,
double v)
Deprecated.
|
opencv_core.CvMat |
put(int dsti,
int dstj,
int dstk,
opencv_core.CvMat mat,
int srci,
int srcj,
int srck) |
opencv_core.CvMat |
put(opencv_core.CvMat mat) |
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
void |
reset()
Deprecated.
|
abstract int |
rows() |
int |
size() |
abstract int |
step() |
String |
toString() |
String |
toString(int indent) |
int |
total() |
abstract int |
type() |
abstract opencv_core.CvMat |
type(int type) |
void |
type(int depth,
int cn) |
createBuffer, createBuffer, createIndexer, createIndexer, cvSize, getByteBuffer, getDoubleBuffer, getFloatBuffer, getIntBuffer, getShortBuffer, highValueaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static opencv_core.CvMat create(int rows, int cols, int type)
public static opencv_core.CvMat create(int rows, int cols, int depth, int channels)
public static opencv_core.CvMat create(int rows, int cols)
public static opencv_core.CvMat createHeader(int rows, int cols, int type)
public static opencv_core.CvMat createHeader(int rows, int cols, int depth, int channels)
public static opencv_core.CvMat createHeader(int rows, int cols)
public static ThreadLocal<opencv_core.CvMat> createThreadLocal(int rows, int cols, int type)
public static ThreadLocal<opencv_core.CvMat> createThreadLocal(int rows, int cols, int depth, int channels)
public static ThreadLocal<opencv_core.CvMat> createThreadLocal(int rows, int cols)
public static ThreadLocal<opencv_core.CvMat> createHeaderThreadLocal(int rows, int cols, int type)
public static ThreadLocal<opencv_core.CvMat> createHeaderThreadLocal(int rows, int cols, int depth, int channels)
public static ThreadLocal<opencv_core.CvMat> createHeaderThreadLocal(int rows, int cols)
public opencv_core.CvMat clone()
public void release()
public abstract int type()
public abstract opencv_core.CvMat type(int type)
public abstract int step()
public abstract org.bytedeco.javacpp.BytePointer data_ptr()
public abstract org.bytedeco.javacpp.FloatPointer data_fl()
public abstract org.bytedeco.javacpp.DoublePointer data_db()
public abstract org.bytedeco.javacpp.IntPointer data_i()
public abstract org.bytedeco.javacpp.ShortPointer data_s()
public abstract int rows()
public abstract int cols()
public int matType()
public void type(int depth,
int cn)
public int depth()
public int channels()
public int nChannels()
public boolean isContinuous()
public int elemSize()
public int length()
public int total()
public boolean empty()
public int size()
public int arrayChannels()
arrayChannels in class opencv_core.CvArrpublic int arrayDepth()
arrayDepth in class opencv_core.CvArrpublic int arrayOrigin()
arrayOrigin in class opencv_core.CvArrpublic void arrayOrigin(int origin)
arrayOrigin in class opencv_core.CvArrpublic int arrayWidth()
arrayWidth in class opencv_core.CvArrpublic int arrayHeight()
arrayHeight in class opencv_core.CvArrpublic opencv_core.IplROI arrayROI()
arrayROI in class opencv_core.CvArrpublic int arraySize()
arraySize in class opencv_core.CvArrpublic org.bytedeco.javacpp.BytePointer arrayData()
arrayData in class opencv_core.CvArrpublic int arrayStep()
arrayStep in class opencv_core.CvArr@Deprecated public void reset()
opencv_core.AbstractArray.createBuffer()@Deprecated public ByteBuffer getByteBuffer()
getByteBuffer in class opencv_core.AbstractArrayopencv_core.AbstractArray.createBuffer()@Deprecated public ShortBuffer getShortBuffer()
getShortBuffer in class opencv_core.AbstractArrayopencv_core.AbstractArray.createBuffer()@Deprecated public IntBuffer getIntBuffer()
getIntBuffer in class opencv_core.AbstractArrayopencv_core.AbstractArray.createBuffer()@Deprecated public FloatBuffer getFloatBuffer()
getFloatBuffer in class opencv_core.AbstractArrayopencv_core.AbstractArray.createBuffer()@Deprecated public DoubleBuffer getDoubleBuffer()
getDoubleBuffer in class opencv_core.AbstractArrayopencv_core.AbstractArray.createBuffer()@Deprecated public double get(int i)
@Deprecated public double get(int i, int j)
@Deprecated public double get(int i, int j, int k)
@Deprecated public opencv_core.CvMat get(int index, double[] vv, int offset, int length)
@Deprecated public opencv_core.CvMat get(int index, double[] vv)
@Deprecated public opencv_core.CvMat get(double[] vv)
@Deprecated public double[] get()
@Deprecated public opencv_core.CvMat put(int i, double v)
@Deprecated public opencv_core.CvMat put(int i, int j, double v)
@Deprecated public opencv_core.CvMat put(int i, int j, int k, double v)
@Deprecated public opencv_core.CvMat put(int index, double[] vv, int offset, int length)
@Deprecated public opencv_core.CvMat put(int index, double... vv)
@Deprecated public opencv_core.CvMat put(double... vv)
public opencv_core.CvMat put(opencv_core.CvMat mat)
public opencv_core.CvMat put(int dsti, int dstj, int dstk, opencv_core.CvMat mat, int srci, int srcj, int srck)
public opencv_core.IplImage asIplImage()
public String toString()
toString in class opencv_core.AbstractArraypublic String toString(int indent)
Copyright © 2018. All rights reserved.