About
  1. | API Documentation
  2. | Open Source
  3. | Multiview 3d Reconstruction
  4. | least_squares

least_squares

Defined in <>

MISSING


bool least_squares(Eigen::Vector2d * pos0, Eigen::Vector2d * pos1, int Num, const Matrix34d & P0, const Matrix34d & P1, Eigen::Vector3d * X, double f0)
(1)
Eigen::Vector3d least_squares(const Eigen::Vector2d & pos0, const Eigen::Vector2d & pos1, const Matrix34d & P0, const Matrix34d & P1, double f0)
(2)
  1. __MISSING__
    Parameters:
    • Eigen::Vector2d [] pos0
    • Eigen::Vector2d [] pos1
    • int Num
    • const Matrix34d & P0
    • const Matrix34d & P1
    • Eigen::Vector3d [] X
    • double f0
  2. __MISSING__
    Parameters:
    • const Eigen::Vector2d & pos0
    • const Eigen::Vector2d & pos1
    • const Matrix34d & P0
    • const Matrix34d & P1
    • double f0

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000