public final class LineFeature
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
double |
alpha |
PointCovariance2D |
covariance |
Point2D |
end |
boolean |
endSighted |
double |
probability |
double |
rho |
Point2D |
start |
boolean |
startSighted |
| Constructor and Description |
|---|
LineFeature() |
LineFeature(double _probability,
double _rho,
double _alpha,
PointCovariance2D _covariance,
Point2D _start,
Point2D _end,
boolean _startSighted,
boolean _endSighted) |
public double probability
public double rho
public double alpha
public PointCovariance2D covariance
public Point2D start
public Point2D end
public boolean startSighted
public boolean endSighted
public LineFeature()
public LineFeature(double _probability,
double _rho,
double _alpha,
PointCovariance2D _covariance,
Point2D _start,
Point2D _end,
boolean _startSighted,
boolean _endSighted)