public abstract static class opencv_core.AbstractArray extends Pointer implements Indexable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AbstractArray(Pointer p) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, totalBytes, withDeallocator, zeropublic 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 © 2017. All rights reserved.