@Properties(inherit=opencv_core.class) public class IplROI extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IplROI()
Default native constructor.
|
IplROI(long size)
Native array allocator.
|
IplROI(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 ...
|
IplROI |
coi(int setter) |
int |
height() |
IplROI |
height(int setter) |
IplROI |
position(long position) |
int |
width() |
IplROI |
width(int setter) |
int |
xOffset() |
IplROI |
xOffset(int setter) |
int |
yOffset() |
IplROI |
yOffset(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public IplROI()
public IplROI(long size)
Pointer.position(long)
.public IplROI(Pointer p)
Pointer.Pointer(Pointer)
.public int coi()
public IplROI coi(int setter)
public int xOffset()
public IplROI xOffset(int setter)
public int yOffset()
public IplROI yOffset(int setter)
public int width()
public IplROI width(int setter)
public int height()
public IplROI height(int setter)
Copyright © 2020. All rights reserved.