boofcv.alg.fiducial.calib.squares
Class SquareEdge
- java.lang.Object
-
- boofcv.alg.fiducial.calib.squares.SquareEdge
-
public class SquareEdge extends java.lang.ObjectEdge in the graph which connects square shapes
-
-
Field Summary
Fields Modifier and Type Field and Description SquareNodeaSquareNodebdoubledistanceintsideAintsideB
-
Constructor Summary
Constructors Constructor and Description SquareEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description SquareNodedestination(SquareNode src)Returns the destination node.intdestinationSide(SquareNode src)voidreset()Discards previous settings.
-
-
-
Field Detail
-
a
public SquareNode a
-
b
public SquareNode b
-
sideA
public int sideA
-
sideB
public int sideB
-
distance
public double distance
-
-
Method Detail
-
destination
public SquareNode destination(SquareNode src)
Returns the destination node.
-
destinationSide
public int destinationSide(SquareNode src)
-
reset
public void reset()
Discards previous settings.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG