Class FiducialStability

java.lang.Object
boofcv.abst.fiducial.FiducialStability

public class FiducialStability extends Object
Results from fiducial stability computation.
  • Field Details

    • location

      public double location
      Sensitivity 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 orientation
      Sensitivity 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