@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, toString
address, 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, zero
public 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 AbstractArray
public int arrayDepth()
arrayDepth
in class AbstractArray
public int arrayOrigin()
arrayOrigin
in class AbstractArray
public void arrayOrigin(int origin)
arrayOrigin
in class AbstractArray
public int arrayWidth()
arrayWidth
in class AbstractArray
public int arrayHeight()
arrayHeight
in class AbstractArray
public IplROI arrayROI()
arrayROI
in class AbstractArray
public long arraySize()
arraySize
in class AbstractArray
public BytePointer arrayData()
arrayData
in class AbstractArray
public long arrayStep()
arrayStep
in class AbstractArray
public <I extends Indexer> I createIndexer(boolean direct)
createIndexer
in interface Indexable
createIndexer
in class AbstractArray
Copyright © 2020. All rights reserved.