Package boofcv.io.fiducial
Class RandomDotDefinition
java.lang.Object
boofcv.io.fiducial.RandomDotDefinition
public class RandomDotDefinition extends Object
Describes a set of Uchiya markers.
-
Field Summary
Fields Modifier and Type Field Description double
dotDiameter
Diameter of a dot in the markerdouble
markerHeight
How tall the marker's bounding rectangle is.List<List<Point2D_F64>>
markers
Center coordinates of dots on the markersdouble
markerWidth
How wide the marker's bounding rectangle isint
maxDotsPerMarker
Maximum number of dots on a markerlong
randomSeed
Random seed used to create the markersString
units
Units the the marker is in -
Constructor Summary
Constructors Constructor Description RandomDotDefinition()
-
Method Summary
-
Field Details
-
randomSeed
public long randomSeedRandom seed used to create the markers -
dotDiameter
public double dotDiameterDiameter of a dot in the marker -
maxDotsPerMarker
public int maxDotsPerMarkerMaximum number of dots on a marker -
markerWidth
public double markerWidthHow wide the marker's bounding rectangle is -
markerHeight
public double markerHeightHow tall the marker's bounding rectangle is. -
units
Units the the marker is in -
markers
Center coordinates of dots on the markers
-
-
Constructor Details
-
RandomDotDefinition
public RandomDotDefinition()
-