| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.MatConstIterator |
opencv_core.add(long ofs,
opencv_core.MatConstIterator a) |
static opencv_core.MatConstIterator |
opencv_core.add(opencv_core.MatConstIterator a,
long ofs) |
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.addPut(long ofs)
shifts the iterator forward by the specified number of elements
|
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.decrement()
decrements the iterator
|
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.decrement(int arg0)
decrements the iterator
|
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.elemSize(long elemSize) |
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.increment()
increments the iterator
|
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.increment(int arg0)
increments the iterator
|
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.position(int position) |
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.ptr(BytePointer ptr) |
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.put(opencv_core.MatConstIterator it)
copy operator
|
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.sliceEnd(BytePointer sliceEnd) |
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.sliceStart(BytePointer sliceStart) |
static opencv_core.MatConstIterator |
opencv_core.subtract(opencv_core.MatConstIterator a,
long ofs) |
opencv_core.MatConstIterator |
opencv_core.MatConstIterator.subtractPut(long ofs)
shifts the iterator backward by the specified number of elements
|
| Constructor and Description |
|---|
MatConstIterator(opencv_core.MatConstIterator it)
copy constructor
|
Copyright © 2014. All Rights Reserved.