@Properties(inherit=opencv_core.class) public abstract class AbstractMat extends AbstractArray
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AbstractMat(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
arrayChannels() |
BytePointer |
arrayData() |
int |
arrayDepth() |
int |
arrayHeight() |
int |
arrayOrigin() |
void |
arrayOrigin(int origin) |
IplROI |
arrayROI() |
long |
arraySize() |
long |
arrayStep() |
int |
arrayWidth() |
abstract int |
channels() |
abstract int |
cols() |
abstract void |
create(int rows,
int cols,
int type) |
<I extends Indexer> |
createIndexer(boolean direct) |
abstract BytePointer |
data() |
abstract int |
depth() |
abstract int |
dims() |
abstract long |
elemSize1() |
abstract void |
release() |
abstract int |
rows() |
abstract int |
size(int i) |
abstract long |
step(int i) |
abstract int |
type() |
createBuffer, createBuffer, 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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final Mat EMPTY
public AbstractMat(Pointer p)
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 BytePointer data()
public abstract int size(int i)
public abstract long step(int i)
public abstract int dims()
public abstract long elemSize1()
public int arrayChannels()
arrayChannels in class AbstractArraypublic int arrayDepth()
arrayDepth in class AbstractArraypublic int arrayOrigin()
arrayOrigin in class AbstractArraypublic void arrayOrigin(int origin)
arrayOrigin in class AbstractArraypublic int arrayWidth()
arrayWidth in class AbstractArraypublic int arrayHeight()
arrayHeight in class AbstractArraypublic IplROI arrayROI()
arrayROI in class AbstractArraypublic long arraySize()
arraySize in class AbstractArraypublic BytePointer arrayData()
arrayData in class AbstractArraypublic long arrayStep()
arrayStep in class AbstractArraypublic <I extends Indexer> I createIndexer(boolean direct)
createIndexer in interface IndexablecreateIndexer in class AbstractArrayCopyright © 2020. All rights reserved.