public static class opencv_core.CvLineIterator
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvLineIterator()
Default native constructor.
|
CvLineIterator(long size)
Native array allocator.
|
CvLineIterator(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.BytePointer |
ptr()
Pointer to the current point:
|
opencv_core.CvLineIterator |
ptr(org.bytedeco.javacpp.BytePointer ptr) |
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 CvLineIterator()
public CvLineIterator(long size)
Pointer.position(long).public CvLineIterator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvLineIterator position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="uchar*") public org.bytedeco.javacpp.BytePointer ptr()
public opencv_core.CvLineIterator ptr(org.bytedeco.javacpp.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 © 2018. All rights reserved.