public abstract static class opencv_core.AbstractMat extends opencv_core.AbstractArray
| Modifier and Type | Field and Description |
|---|---|
static opencv_core.Mat |
EMPTY |
| Constructor and Description |
|---|
AbstractMat(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() |
abstract int |
channels() |
abstract int |
cols() |
abstract void |
create(int rows,
int cols,
int type) |
abstract org.bytedeco.javacpp.BytePointer |
data() |
abstract int |
depth() |
abstract void |
release() |
abstract int |
rows() |
abstract int |
size(int i) |
abstract int |
step(int i) |
abstract int |
type() |
createBuffer, createBuffer, createIndexer, createIndexer, cvSize, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, 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 final opencv_core.Mat EMPTY
public abstract void create(int rows,
int cols,
int type)
public abstract void release()
public abstract int type()
public abstract int depth()
public abstract int channels()
public abstract int rows()
public abstract int cols()
public abstract org.bytedeco.javacpp.BytePointer data()
public abstract int size(int i)
public abstract int step(int i)
public int arrayChannels()
arrayChannels in class opencv_core.AbstractArraypublic int arrayDepth()
arrayDepth in class opencv_core.AbstractArraypublic int arrayOrigin()
arrayOrigin in class opencv_core.AbstractArraypublic void arrayOrigin(int origin)
arrayOrigin in class opencv_core.AbstractArraypublic int arrayWidth()
arrayWidth in class opencv_core.AbstractArraypublic int arrayHeight()
arrayHeight in class opencv_core.AbstractArraypublic opencv_core.IplROI arrayROI()
arrayROI in class opencv_core.AbstractArraypublic int arraySize()
arraySize in class opencv_core.AbstractArraypublic org.bytedeco.javacpp.BytePointer arrayData()
arrayData in class opencv_core.AbstractArraypublic int arrayStep()
arrayStep in class opencv_core.AbstractArrayCopyright © 2018. All rights reserved.