Package boofcv.abst.fiducial
Class FiducialStability
java.lang.Object
boofcv.abst.fiducial.FiducialStability
Results from fiducial stability computation.
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Sensitivity of location estimate.double
Sensitivity of orientation estimate. -
Constructor Summary
-
Method Summary
-
Field Details
-
location
public double locationSensitivity of location estimate. Represents the maximum error found at the given pixel error in the fiducial's native units. Larger number means less stable the estimate is. -
orientation
public double orientationSensitivity of orientation estimate. Represents the maximum error found at the given pixel error in the radians. Larger number means less stable the estimate is.
-
-
Constructor Details
-
FiducialStability
public FiducialStability(double location, double orientation) -
FiducialStability
public FiducialStability()
-
-
Method Details