Uses of Class
boofcv.alg.fiducial.calib.circle.EllipseClustersIntoGrid.NodeInfo
-
Uses of EllipseClustersIntoGrid.NodeInfo in boofcv.alg.fiducial.calib.circle
Modifier and TypeFieldDescriptionprotected FastArray<EllipseClustersIntoGrid.NodeInfo>
EllipseClustersIntoGrid.contour
protected DogArray<EllipseClustersIntoGrid.NodeInfo>
EllipseClustersIntoGrid.listInfo
Modifier and TypeMethodDescriptionprotected static @Nullable EllipseClustersIntoGrid.NodeInfo
EllipseClustersIntoGrid.findClosestEdge
(EllipseClustersIntoGrid.NodeInfo n, Point2D_F64 p) Finds the node which is an edge of 'n' that is closest to point 'p'protected static @Nullable EllipseClustersIntoGrid.NodeInfo
EllipseClustersIntoGrid.selectSeedNext
(EllipseClustersIntoGrid.NodeInfo prevSeed, EllipseClustersIntoGrid.NodeInfo prevNext, EllipseClustersIntoGrid.NodeInfo currentSeed, boolean ccw) Select the first node (currentSeed) in the next row it finds the next element in the next row by looking at the first and second elements in the previous row.Modifier and TypeMethodDescriptionprotected static @Nullable List<EllipseClustersIntoGrid.NodeInfo>
EllipseClustersIntoGrid.findLine
(EllipseClustersIntoGrid.NodeInfo seed, @Nullable EllipseClustersIntoGrid.NodeInfo next, int clusterSize, @Nullable List<EllipseClustersIntoGrid.NodeInfo> line, boolean ccw) Finds all the nodes which form an approximate lineModifier and TypeMethodDescriptiondouble
EllipseClustersIntoGrid.NodeInfo.distance
(EllipseClustersIntoGrid.NodeInfo target) protected static @Nullable EllipseClustersIntoGrid.NodeInfo
EllipseClustersIntoGrid.findClosestEdge
(EllipseClustersIntoGrid.NodeInfo n, Point2D_F64 p) Finds the node which is an edge of 'n' that is closest to point 'p'@Nullable EllipseClustersIntoGrid.Edge
EllipseClustersIntoGrid.NodeInfo.findEdge
(EllipseClustersIntoGrid.NodeInfo target) protected static @Nullable List<EllipseClustersIntoGrid.NodeInfo>
EllipseClustersIntoGrid.findLine
(EllipseClustersIntoGrid.NodeInfo seed, @Nullable EllipseClustersIntoGrid.NodeInfo next, int clusterSize, @Nullable List<EllipseClustersIntoGrid.NodeInfo> line, boolean ccw) Finds all the nodes which form an approximate lineprotected static @Nullable EllipseClustersIntoGrid.NodeInfo
EllipseClustersIntoGrid.selectSeedNext
(EllipseClustersIntoGrid.NodeInfo prevSeed, EllipseClustersIntoGrid.NodeInfo prevNext, EllipseClustersIntoGrid.NodeInfo currentSeed, boolean ccw) Select the first node (currentSeed) in the next row it finds the next element in the next row by looking at the first and second elements in the previous row.Modifier and TypeMethodDescriptionprotected static @Nullable List<EllipseClustersIntoGrid.NodeInfo>
EllipseClustersIntoGrid.findLine
(EllipseClustersIntoGrid.NodeInfo seed, @Nullable EllipseClustersIntoGrid.NodeInfo next, int clusterSize, @Nullable List<EllipseClustersIntoGrid.NodeInfo> line, boolean ccw) Finds all the nodes which form an approximate line