public abstract static class opencv_core.AbstractMat extends opencv_core.AbstractArray
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static opencv_core.Mat |
EMPTY |
bufferedImage, gamma22, gamma22inv| Constructor and Description |
|---|
opencv_core.AbstractMat() |
opencv_core.AbstractMat(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() |
abstract int |
channels() |
abstract int |
cols() |
abstract void |
create(int rows,
int cols,
int type) |
void |
createFrom(BufferedImage image) |
void |
createFrom(BufferedImage image,
double gamma) |
void |
createFrom(BufferedImage image,
double gamma,
boolean flipChannels) |
abstract BytePointer |
data() |
abstract int |
depth() |
abstract void |
release() |
abstract int |
rows() |
abstract int |
size(int i) |
abstract int |
step(int i) |
abstract int |
type() |
applyGamma, cloneBufferedImage, copyFrom, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, cvSize, decodeGamma22, encodeGamma22, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, flipCopyWithGamma, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImage, getBufferedImageType, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, 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 static final opencv_core.Mat EMPTY
public opencv_core.AbstractMat()
public opencv_core.AbstractMat(Pointer p)
public void createFrom(BufferedImage image)
public void createFrom(BufferedImage image, double gamma)
public void createFrom(BufferedImage image, double gamma, boolean flipChannels)
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 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 BytePointer arrayData()
arrayData in class opencv_core.AbstractArraypublic int arrayStep()
arrayStep in class opencv_core.AbstractArrayCopyright © 2014. All Rights Reserved.