@Opaque public static class opencv_core.CvArr extends opencv_core.AbstractArray
| Constructor and Description |
|---|
CvArr(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
arrayChannels() |
org.bytedeco.javacpp.BytePointer |
arrayData() |
int |
arrayDepth() |
int |
arrayHeight() |
int |
arrayOrigin() |
void |
arrayOrigin(int origin) |
opencv_core.IplROI |
arrayROI() |
int |
arraySize() |
int |
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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic 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 org.bytedeco.javacpp.BytePointer arrayData()
arrayData in class opencv_core.AbstractArraypublic int arrayStep()
arrayStep in class opencv_core.AbstractArrayCopyright © 2018. All rights reserved.