Uses of Class
boofcv.alg.fiducial.calib.circle.EllipseClustersIntoGrid.NodeInfo
Packages that use EllipseClustersIntoGrid.NodeInfo
-
Uses of EllipseClustersIntoGrid.NodeInfo in boofcv.alg.fiducial.calib.circle
Fields in boofcv.alg.fiducial.calib.circle with type parameters of type EllipseClustersIntoGrid.NodeInfoModifier and TypeFieldDescriptionprotected FastArray<EllipseClustersIntoGrid.NodeInfo>
EllipseClustersIntoGrid.contour
protected DogArray<EllipseClustersIntoGrid.NodeInfo>
EllipseClustersIntoGrid.listInfo
Methods in boofcv.alg.fiducial.calib.circle that return EllipseClustersIntoGrid.NodeInfoModifier 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.Methods in boofcv.alg.fiducial.calib.circle that return types with arguments of type EllipseClustersIntoGrid.NodeInfoModifier 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 lineMethods in boofcv.alg.fiducial.calib.circle with parameters of type EllipseClustersIntoGrid.NodeInfoModifier 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.Method parameters in boofcv.alg.fiducial.calib.circle with type arguments of type EllipseClustersIntoGrid.NodeInfoModifier 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 lineConstructors in boofcv.alg.fiducial.calib.circle with parameters of type EllipseClustersIntoGrid.NodeInfo