public abstract static class opencv_core.AbstractCvMat extends opencv_core.CvArr
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvMat.ReleaseDeallocator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorbufferedImage, gamma22, gamma22inv| Constructor and Description |
|---|
opencv_core.AbstractCvMat() |
opencv_core.AbstractCvMat(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
arrayChannels() |
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() |
abstract int |
cols() |
static opencv_core.CvMat |
create(int rows,
int cols) |
static opencv_core.CvMat |
create(int rows,
int cols,
int type) |
static opencv_core.CvMat |
create(int rows,
int cols,
int depth,
int channels) |
static opencv_core.CvMat |
createHeader(int rows,
int cols) |
static opencv_core.CvMat |
createHeader(int rows,
int cols,
int type) |
static opencv_core.CvMat |
createHeader(int rows,
int cols,
int depth,
int channels) |
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 DoublePointer |
data_db() |
abstract FloatPointer |
data_fl() |
abstract IntPointer |
data_i() |
abstract BytePointer |
data_ptr() |
abstract ShortPointer |
data_s() |
int |
depth() |
int |
elemSize() |
boolean |
empty() |
double[] |
get() |
opencv_core.CvMat |
get(double[] vv) |
double |
get(int i) |
opencv_core.CvMat |
get(int index,
double[] vv) |
opencv_core.CvMat |
get(int index,
double[] vv,
int offset,
int length) |
double |
get(int i,
int j) |
double |
get(int i,
int j,
int k) |
ByteBuffer |
getByteBuffer() |
DoubleBuffer |
getDoubleBuffer() |
FloatBuffer |
getFloatBuffer() |
IntBuffer |
getIntBuffer() |
ShortBuffer |
getShortBuffer() |
boolean |
isContinuous() |
int |
length() |
int |
matType() |
int |
nChannels() |
opencv_core.CvMat |
put(double... vv) |
opencv_core.CvMat |
put(int index,
double... vv) |
opencv_core.CvMat |
put(int i,
double v) |
opencv_core.CvMat |
put(int index,
double[] vv,
int offset,
int length) |
opencv_core.CvMat |
put(int i,
int j,
double v) |
opencv_core.CvMat |
put(int i,
int j,
int k,
double v) |
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() |
void |
reset() |
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) |
applyGamma, cloneBufferedImage, copyFrom, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, cvSize, decodeGamma22, encodeGamma22, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImageType, getByteBuffer, getDoubleBuffer, getFloatBuffer, getIntBuffer, getShortBuffer, highValueaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, withDeallocator, zeropublic opencv_core.AbstractCvMat()
public opencv_core.AbstractCvMat(Pointer p)
public 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 BytePointer data_ptr()
public abstract FloatPointer data_fl()
public abstract DoublePointer data_db()
public abstract IntPointer data_i()
public abstract 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 BytePointer arrayData()
arrayData in class opencv_core.CvArrpublic int arrayStep()
arrayStep in class opencv_core.CvArrpublic void reset()
public ByteBuffer getByteBuffer()
getByteBuffer in class opencv_core.AbstractArraypublic ShortBuffer getShortBuffer()
getShortBuffer in class opencv_core.AbstractArraypublic IntBuffer getIntBuffer()
getIntBuffer in class opencv_core.AbstractArraypublic FloatBuffer getFloatBuffer()
getFloatBuffer in class opencv_core.AbstractArraypublic DoubleBuffer getDoubleBuffer()
getDoubleBuffer in class opencv_core.AbstractArraypublic double get(int i)
public double get(int i,
int j)
public double get(int i,
int j,
int k)
public opencv_core.CvMat get(int index, double[] vv, int offset, int length)
public opencv_core.CvMat get(int index, double[] vv)
public opencv_core.CvMat get(double[] vv)
public double[] get()
public opencv_core.CvMat put(int i, double v)
public opencv_core.CvMat put(int i, int j, double v)
public opencv_core.CvMat put(int i, int j, int k, double v)
public opencv_core.CvMat put(int index, double[] vv, int offset, int length)
public opencv_core.CvMat put(int index, double... vv)
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 © 2014. All Rights Reserved.