Package boofcv.alg.geo
Class PointingToProjectedPixelError
java.lang.Object
boofcv.alg.geo.PointingToProjectedPixelError
Simple function for converting error in pointing vector coordinates to pixels using
intrinsic camera parameters. Better to use tested code than cut and pasting.
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiondouble
errorSq
(double a_x, double a_y, double a_z, double b_x, double b_y, double b_z) double
errorSq
(Point3D_F64 a, Point3D_F64 b)
-
Constructor Details
-
PointingToProjectedPixelError
-
PointingToProjectedPixelError
public PointingToProjectedPixelError()
-
-
Method Details
-
errorSq
-
errorSq
public double errorSq(double a_x, double a_y, double a_z, double b_x, double b_y, double b_z)
-