@Namespace(value="cv::ximgproc") @Properties(inherit=opencv_ximgproc.class) public class Box extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Box()
Default native constructor.
|
Box(long size)
Native array allocator.
|
Box(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Box |
getPointer(long i) |
int |
h() |
Box |
h(int setter) |
Box |
position(long position) |
float |
score() |
Box |
score(float setter) |
int |
w() |
Box |
w(int setter) |
int |
x() |
Box |
x(int setter) |
int |
y() |
Box |
y(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Box()
public Box(long size)
Pointer.position(long).public Box(Pointer p)
Pointer(Pointer).public Box getPointer(long i)
getPointer in class Pointerpublic int x()
public Box x(int setter)
public int y()
public Box y(int setter)
public int w()
public Box w(int setter)
public int h()
public Box h(int setter)
public float score()
public Box score(float setter)
Copyright © 2021. All rights reserved.