public static class NIVision.RectangleFeature extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointFloat[] |
corner |
double |
height |
NIVision.PointFloat |
position |
double |
rotation |
double |
width |
backing| Modifier | Constructor and Description |
|---|---|
|
RectangleFeature() |
protected |
RectangleFeature(java.nio.ByteBuffer backing,
int offset) |
protected |
RectangleFeature(long nativeObj,
boolean owned) |
|
RectangleFeature(NIVision.PointFloat position,
NIVision.PointFloat[] corner,
double rotation,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.PointFloat position
public NIVision.PointFloat[] corner
public double rotation
public double width
public double height
public RectangleFeature()
public RectangleFeature(NIVision.PointFloat position, NIVision.PointFloat[] corner, double rotation, double width, double height)
protected RectangleFeature(java.nio.ByteBuffer backing,
int offset)
protected RectangleFeature(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct