@Properties(inherit=opencv_core.class) public class CvNArrayIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CvNArrayIterator()
Default native constructor.
|
CvNArrayIterator(long size)
Native array allocator.
|
CvNArrayIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count()
number of arrays
|
CvNArrayIterator |
count(int setter) |
int |
dims()
number of dimensions to iterate
|
CvNArrayIterator |
dims(int setter) |
PointerPointer |
hdr() |
CvMatND |
hdr(int i)
pointers to the headers of the
matrices that are processed
|
CvNArrayIterator |
hdr(int i,
CvMatND setter) |
CvNArrayIterator |
position(long position) |
PointerPointer |
ptr() |
BytePointer |
ptr(int i)
pointers to the array slices
|
CvNArrayIterator |
ptr(int i,
BytePointer setter) |
CvSize |
size()
maximal common linear size: { width = size, height = 1 }
|
CvNArrayIterator |
size(CvSize setter) |
IntPointer |
stack() |
int |
stack(int i)
for internal use
|
CvNArrayIterator |
stack(int i,
int setter) |
address, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvNArrayIterator()
public CvNArrayIterator(long size)
Pointer.position(long).public CvNArrayIterator(Pointer p)
Pointer.Pointer(Pointer).public CvNArrayIterator position(long position)
public int count()
public CvNArrayIterator count(int setter)
public int dims()
public CvNArrayIterator dims(int setter)
public CvNArrayIterator size(CvSize setter)
@Cast(value="uchar*") public BytePointer ptr(int i)
public CvNArrayIterator ptr(int i, BytePointer setter)
@MemberGetter @Cast(value="uchar**") public PointerPointer ptr()
public int stack(int i)
public CvNArrayIterator stack(int i, int setter)
@MemberGetter public IntPointer stack()
public CvMatND hdr(int i)
public CvNArrayIterator hdr(int i, CvMatND setter)
@MemberGetter @Cast(value="CvMatND**") public PointerPointer hdr()
Copyright © 2019. All rights reserved.