Documentation of 'boofcv.alg.geo.NormalizedToPixelError' Java class
NormalizedToPixelError
boofcv.alg.geo

Class NormalizedToPixelError



  • public class NormalizedToPixelError
    extends java.lang.Object
    Simple function for converting error in normalized image coordinates to pixels using intrinsic camera parameters. Better to use tested code than cut and pasting.
    • Constructor Detail

      • NormalizedToPixelError

        public NormalizedToPixelError(double fx,
                                      double fy,
                                      double skew)
      • NormalizedToPixelError

        public NormalizedToPixelError()
    • Method Detail

      • set

        public void set(double fx,
                        double fy,
                        double skew)
        Specify camera intrinsic parameters
        Parameters:
        fx - focal length x
        fy - focal length y
        skew - camera skew
      • errorSq

        public double errorSq(double a_x,
                              double a_y,
                              double b_x,
                              double b_y)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.