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

optimal_correction

Defined in <>

MISSING


double optimal_correction(const Eigen::Vector2d & p0, const Eigen::Vector2d & p1, const Vector9d & theta, Eigen::Vector2d & np0, Eigen::Vector2d & np1, int Max_Iter, double Conv_EPS, double f0)
(1)
bool optimal_correction(Eigen::Vector2d * p0, Eigen::Vector2d * p1, int Num, const Vector9d & theta, Eigen::Vector2d * np0, Eigen::Vector2d * np1, int Max_Iter, double Conv_EPS, double f0)
(2)
  1. __MISSING__
    Parameters:
    • const Eigen::Vector2d & p0
    • const Eigen::Vector2d & p1
    • const Vector9d & theta
    • Eigen::Vector2d & np0
    • Eigen::Vector2d & np1
    • int Max_Iter
    • double Conv_EPS
    • double f0
  2. __MISSING__
    Parameters:
    • Eigen::Vector2d [] p0
    • Eigen::Vector2d [] p1
    • int Num
    • const Vector9d & theta
    • Eigen::Vector2d [] np0
    • Eigen::Vector2d [] np1
    • int Max_Iter
    • double Conv_EPS
    • 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