public static class NIVision.PairOfParallelLinePairsFeature extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
distance |
NIVision.ParallelLinePairFeature |
firstParallelLinePair |
double |
rotation |
NIVision.ParallelLinePairFeature |
secondParallelLinePair |
Modifier | Constructor and Description |
---|---|
|
PairOfParallelLinePairsFeature() |
protected |
PairOfParallelLinePairsFeature(java.nio.ByteBuffer backing,
int offset) |
protected |
PairOfParallelLinePairsFeature(long nativeObj,
boolean owned) |
|
PairOfParallelLinePairsFeature(NIVision.ParallelLinePairFeature firstParallelLinePair,
NIVision.ParallelLinePairFeature secondParallelLinePair,
double rotation,
double distance) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.ParallelLinePairFeature firstParallelLinePair
public NIVision.ParallelLinePairFeature secondParallelLinePair
public double rotation
public double distance
public PairOfParallelLinePairsFeature()
public PairOfParallelLinePairsFeature(NIVision.ParallelLinePairFeature firstParallelLinePair, NIVision.ParallelLinePairFeature secondParallelLinePair, double rotation, double distance)
protected PairOfParallelLinePairsFeature(java.nio.ByteBuffer backing, int offset)
protected PairOfParallelLinePairsFeature(long nativeObj, boolean owned)