Searched defs:principal_point_y (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc456 const T &principal_point_y,
479 *image_y = focal_length_y * yd + principal_point_y;
500 const T& principal_point_y = intrinsics[OFFSET_PRINCIPAL_POINT_Y]; local
527 principal_point_y,
453 ApplyRadialDistortionCameraIntrinsics(const T &focal_length_x, const T &focal_length_y, const T &principal_point_x, const T &principal_point_y, const T &k1, const T &k2, const T &k3, const T &p1, const T &p2, const T &normalized_x, const T &normalized_y, T *image_x, T *image_y) argument

Completed in 423 milliseconds