public static class opencv_core.IplROI
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IplROI()
Default native constructor.
|
IplROI(long size)
Native array allocator.
|
IplROI(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
coi()
0 - no COI (all channels are selected), 1 - 0th channel is selected ...
|
opencv_core.IplROI |
coi(int coi) |
int |
height() |
opencv_core.IplROI |
height(int height) |
opencv_core.IplROI |
position(long position) |
int |
width() |
opencv_core.IplROI |
width(int width) |
int |
xOffset() |
opencv_core.IplROI |
xOffset(int xOffset) |
int |
yOffset() |
opencv_core.IplROI |
yOffset(int yOffset) |
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 IplROI()
public IplROI(long size)
Pointer.position(long).public IplROI(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.IplROI position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int coi()
public opencv_core.IplROI coi(int coi)
public int xOffset()
public opencv_core.IplROI xOffset(int xOffset)
public int yOffset()
public opencv_core.IplROI yOffset(int yOffset)
public int width()
public opencv_core.IplROI width(int width)
public int height()
public opencv_core.IplROI height(int height)
Copyright © 2018. All rights reserved.