Package boofcv.io.fiducial
Class RandomDotDefinition
java.lang.Object
boofcv.io.fiducial.RandomDotDefinition
Describes a set of Uchiya markers.
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Diameter of a dot in the markerdouble
How tall the marker's bounding rectangle is.final List<List<Point2D_F64>>
Center coordinates of dots on the markersdouble
How wide the marker's bounding rectangle isint
Maximum number of dots on a markerlong
Random seed used to create the markersUnits the the marker is in -
Constructor Summary
-
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()
-