public final class LineFeature
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
double | 
alpha  | 
PointCovariance2D | 
covariance  | 
Point2D | 
end  | 
boolean | 
endSighted  | 
double | 
probability  | 
double | 
rho  | 
Point2D | 
start  | 
boolean | 
startSighted  | 
| コンストラクタと説明 | 
|---|
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)