public abstract static class opencv_core.AbstractArray extends Pointer implements Indexable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.AbstractArray(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
arrayChannels() |
abstract 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 Indexer> |
createIndexer() |
<I extends 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, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, totalBytes, withDeallocator, zeropublic opencv_core.AbstractArray(Pointer p)
public 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 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 Indexer> I createIndexer()
createIndexer(true)public <I extends Indexer> I createIndexer(boolean direct)
createIndexer in interface 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()Copyright © 2016. All rights reserved.