Blender
V3.3
|
Public Attributes | |
EuclideanReconstruction | reconstruction |
Tracks | tracks |
CameraIntrinsics * | intrinsics |
double | error |
bool | is_valid |
Definition at line 33 of file intern/reconstruction.cc.
double libmv_Reconstruction::error |
Definition at line 40 of file intern/reconstruction.cc.
Referenced by libmv_reprojectionError().
CameraIntrinsics* libmv_Reconstruction::intrinsics |
Definition at line 38 of file intern/reconstruction.cc.
Referenced by libmv_reconstructionDestroy(), libmv_reconstructionExtractIntrinsics(), libmv_reprojectionErrorForImage(), libmv_reprojectionErrorForTrack(), libmv_solveModal(), and libmv_solveReconstruction().
bool libmv_Reconstruction::is_valid |
Definition at line 41 of file intern/reconstruction.cc.
Referenced by libmv_reconstructionIsValid(), libmv_solveModal(), and libmv_solveReconstruction().
EuclideanReconstruction libmv_Reconstruction::reconstruction |
Definition at line 34 of file intern/reconstruction.cc.
Referenced by libmv_reprojectionCameraForImage(), libmv_reprojectionErrorForImage(), libmv_reprojectionErrorForTrack(), libmv_reprojectionPointForTrack(), libmv_solveModal(), and libmv_solveReconstruction().
Tracks libmv_Reconstruction::tracks |
Definition at line 37 of file intern/reconstruction.cc.
Referenced by libmv_reprojectionErrorForImage(), and libmv_reprojectionErrorForTrack().