@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, toString
address, 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, zero
public CvArr(Pointer p)
public int arrayChannels()
arrayChannels
in class AbstractArray
public int arrayDepth()
arrayDepth
in class AbstractArray
public int arrayOrigin()
arrayOrigin
in class AbstractArray
public void arrayOrigin(int origin)
arrayOrigin
in class AbstractArray
public int arrayWidth()
arrayWidth
in class AbstractArray
public int arrayHeight()
arrayHeight
in class AbstractArray
public IplROI arrayROI()
arrayROI
in class AbstractArray
public long arraySize()
arraySize
in class AbstractArray
public BytePointer arrayData()
arrayData
in class AbstractArray
public long arrayStep()
arrayStep
in class AbstractArray
Copyright © 2020. All rights reserved.