#include <vpgl_fm_compute_7_point.h>
Definition at line 16 of file vpgl_fm_compute_7_point.h.
◆ vpgl_fm_compute_7_point()
| vpgl_fm_compute_7_point::vpgl_fm_compute_7_point |
( |
bool |
precondition = true | ) |
|
|
inline |
◆ compute()
Compute from two sets of corresponding points.
Put the resulting matrix into fm, return true if successful. Points pr are associated with the RHS of the fundamental matrix while the points pl are associated with the LHS.
Definition at line 19 of file vpgl_fm_compute_7_point.cxx.
◆ get_coeffs()
◆ solve_cubic()
| std::vector< double > vpgl_fm_compute_7_point::solve_cubic |
( |
std::vector< double > |
v | ) |
|
|
staticprotected |
◆ solve_quadratic()
| std::vector< double > vpgl_fm_compute_7_point::solve_quadratic |
( |
std::vector< double > |
v | ) |
|
|
staticprotected |
◆ precondition_
| bool vpgl_fm_compute_7_point::precondition_ |
|
protected |
The documentation for this class was generated from the following files: