Documentation of 'boofcv.abst.fiducial.FiducialStability' Java class
FiducialStability
boofcv.abst.fiducial

Class FiducialStability



  • public class FiducialStability
    extends java.lang.Object
    Results from fiducial stability computation.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double location
      Sensitivity of location estimate.
      double orientation
      Sensitivity of orientation estimate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • 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 Detail

      • FiducialStability

        public FiducialStability(double location,
                                 double orientation)
      • FiducialStability

        public FiducialStability()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.