Blender
V3.3
|
#include <test_data_sets.h>
Public Member Functions | |
Mat34 | P (int i) |
Mat3 | F (int i, int j) |
void | Reproject () |
Public Attributes | |
vector< Mat3 > | K |
vector< Mat3 > | R |
vector< Vec3 > | t |
vector< Vec3 > | C |
Mat3X | X |
vector< Mat2X > | x |
vector< Vecu > | x_ids |
int | n |
Definition at line 47 of file test_data_sets.h.
|
inline |
Definition at line 62 of file test_data_sets.h.
|
inline |
Definition at line 58 of file test_data_sets.h.
References libmv::HStack(), K, n, R, and t.
Referenced by Reproject().
|
inline |
Definition at line 67 of file test_data_sets.h.
References n, P(), libmv::Project(), X, and x.
Definition at line 51 of file test_data_sets.h.
Definition at line 48 of file test_data_sets.h.
Referenced by P().
int libmv::NViewDataSet::n |
Definition at line 56 of file test_data_sets.h.
Referenced by P(), and Reproject().
Definition at line 49 of file test_data_sets.h.
Referenced by P().
Definition at line 50 of file test_data_sets.h.
Referenced by P().
Mat3X libmv::NViewDataSet::X |
Definition at line 52 of file test_data_sets.h.
Referenced by Reproject().
Definition at line 53 of file test_data_sets.h.
Referenced by Reproject().
Definition at line 54 of file test_data_sets.h.