@Properties(inherit=opencv_core.class) @Opaque public class CvArr extends AbstractArray
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| 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() |
createBuffer, createBuffer, createIndexer, createIndexer, cvSize, getByteBuffer, getByteBuffer, getDoubleBuffer, getDoubleBuffer, getFloatBuffer, getFloatBuffer, getIntBuffer, getIntBuffer, getShortBuffer, getShortBuffer, highValue, toStringaddress, 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, zeropublic CvArr(Pointer p)
public int arrayChannels()
arrayChannels in class AbstractArraypublic int arrayDepth()
arrayDepth in class AbstractArraypublic int arrayOrigin()
arrayOrigin in class AbstractArraypublic void arrayOrigin(int origin)
arrayOrigin in class AbstractArraypublic int arrayWidth()
arrayWidth in class AbstractArraypublic int arrayHeight()
arrayHeight in class AbstractArraypublic IplROI arrayROI()
arrayROI in class AbstractArraypublic long arraySize()
arraySize in class AbstractArraypublic BytePointer arrayData()
arrayData in class AbstractArraypublic long arrayStep()
arrayStep in class AbstractArrayCopyright © 2020. All rights reserved.