public class LineBaseVertexDetector
extends java.lang.Object
アルゴリズム - 4直線の交差点0から6の間で変動します。4以上の交差点があるときに、以下の手順で求めます。
コンストラクタと説明 |
---|
LineBaseVertexDetector() |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
line2SquareVertex(VecLinearCoordinates.VecLinearCoordinatePoint[] i_line,
NyARDoublePoint2d[] o_point)
4直線の交点から、凸包の頂点座標を計算します。
|
public boolean line2SquareVertex(VecLinearCoordinates.VecLinearCoordinatePoint[] i_line, NyARDoublePoint2d[] o_point) throws NyARException
i_line
- 直線式の配列です。要素数は4である必要があります。o_point
- 検出した頂点の座標です。要素数は4である必要があります。NyARException