public abstract static class opencv_core.AbstractArray
extends org.bytedeco.javacpp.Pointer
implements org.bytedeco.javacpp.indexer.Indexable
| Constructor and Description |
|---|
AbstractArray(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
arrayChannels() |
abstract org.bytedeco.javacpp.BytePointer |
arrayData() |
abstract int |
arrayDepth() |
abstract int |
arrayHeight() |
abstract int |
arrayOrigin() |
abstract void |
arrayOrigin(int origin) |
abstract opencv_core.IplROI |
arrayROI() |
abstract int |
arraySize() |
abstract int |
arrayStep() |
abstract int |
arrayWidth() |
<B extends Buffer> |
createBuffer() |
<B extends Buffer> |
createBuffer(int index) |
<I extends org.bytedeco.javacpp.indexer.Indexer> |
createIndexer() |
<I extends org.bytedeco.javacpp.indexer.Indexer> |
createIndexer(boolean direct) |
opencv_core.CvSize |
cvSize() |
ByteBuffer |
getByteBuffer()
Deprecated.
|
ByteBuffer |
getByteBuffer(int index)
Deprecated.
|
DoubleBuffer |
getDoubleBuffer()
Deprecated.
|
DoubleBuffer |
getDoubleBuffer(int index)
Deprecated.
|
FloatBuffer |
getFloatBuffer()
Deprecated.
|
FloatBuffer |
getFloatBuffer(int index)
Deprecated.
|
IntBuffer |
getIntBuffer()
Deprecated.
|
IntBuffer |
getIntBuffer(int index)
Deprecated.
|
ShortBuffer |
getShortBuffer()
Deprecated.
|
ShortBuffer |
getShortBuffer(int index)
Deprecated.
|
double |
highValue() |
String |
toString() |
address, 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 abstract int arrayChannels()
public abstract int arrayDepth()
public abstract int arrayOrigin()
public abstract void arrayOrigin(int origin)
public abstract int arrayWidth()
public abstract int arrayHeight()
public abstract opencv_core.IplROI arrayROI()
public abstract int arraySize()
public abstract org.bytedeco.javacpp.BytePointer arrayData()
public abstract int arrayStep()
public <B extends Buffer> B createBuffer()
createBuffer(0)public <B extends Buffer> B createBuffer(int index)
arrayData() wrapped in a Buffer of appropriate type starting at given indexpublic <I extends org.bytedeco.javacpp.indexer.Indexer> I createIndexer()
createIndexer(true)public <I extends org.bytedeco.javacpp.indexer.Indexer> I createIndexer(boolean direct)
createIndexer in interface org.bytedeco.javacpp.indexer.Indexablepublic double highValue()
public opencv_core.CvSize cvSize()
@Deprecated public ByteBuffer getByteBuffer(int index)
createBuffer(int)@Deprecated public ShortBuffer getShortBuffer(int index)
createBuffer(int)@Deprecated public IntBuffer getIntBuffer(int index)
createBuffer(int)@Deprecated public FloatBuffer getFloatBuffer(int index)
createBuffer(int)@Deprecated public DoubleBuffer getDoubleBuffer(int index)
createBuffer(int)@Deprecated public ByteBuffer getByteBuffer()
createBuffer()@Deprecated public ShortBuffer getShortBuffer()
createBuffer()@Deprecated public IntBuffer getIntBuffer()
createBuffer()@Deprecated public FloatBuffer getFloatBuffer()
createBuffer()@Deprecated public DoubleBuffer getDoubleBuffer()
createBuffer()public String toString()
toString in class org.bytedeco.javacpp.PointerCopyright © 2018. All rights reserved.