public static class opencv_core.CvLineIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CvLineIterator()
Default native constructor.
|
CvLineIterator(long size)
Native array allocator.
|
CvLineIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
err() |
opencv_core.CvLineIterator |
err(int err) |
int |
minus_delta() |
opencv_core.CvLineIterator |
minus_delta(int minus_delta) |
int |
minus_step() |
opencv_core.CvLineIterator |
minus_step(int minus_step) |
int |
plus_delta() |
opencv_core.CvLineIterator |
plus_delta(int plus_delta) |
int |
plus_step() |
opencv_core.CvLineIterator |
plus_step(int plus_step) |
opencv_core.CvLineIterator |
position(long position) |
BytePointer |
ptr()
Pointer to the current point:
|
opencv_core.CvLineIterator |
ptr(BytePointer ptr) |
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, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic CvLineIterator()
public CvLineIterator(long size)
Pointer.position(long).public CvLineIterator(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvLineIterator position(long position)
@Cast(value="uchar*") public BytePointer ptr()
public opencv_core.CvLineIterator ptr(BytePointer ptr)
public int err()
public opencv_core.CvLineIterator err(int err)
public int plus_delta()
public opencv_core.CvLineIterator plus_delta(int plus_delta)
public int minus_delta()
public opencv_core.CvLineIterator minus_delta(int minus_delta)
public int plus_step()
public opencv_core.CvLineIterator plus_step(int plus_step)
public int minus_step()
public opencv_core.CvLineIterator minus_step(int minus_step)
Copyright © 2017. All rights reserved.