Class RandomDotDefinition

java.lang.Object
boofcv.io.fiducial.RandomDotDefinition

public class RandomDotDefinition extends Object
Describes a set of Uchiya markers.
  • Field Details

    • randomSeed

      public long randomSeed
      Random seed used to create the markers
    • dotDiameter

      public double dotDiameter
      Diameter of a dot in the marker
    • maxDotsPerMarker

      public int maxDotsPerMarker
      Maximum number of dots on a marker
    • markerWidth

      public double markerWidth
      How wide the marker's bounding rectangle is
    • markerHeight

      public double markerHeight
      How tall the marker's bounding rectangle is.
    • units

      public String units
      Units the the marker is in
    • markers

      public final List<List<Point2D_F64>> markers
      Center coordinates of dots on the markers
  • Constructor Details

    • RandomDotDefinition

      public RandomDotDefinition()