|
Blender V4.3
|
Public Attributes | |
| EuclideanReconstruction | reconstruction |
| Tracks | tracks |
| CameraIntrinsics * | intrinsics |
| double | error |
| bool | is_valid |
Definition at line 34 of file intern/reconstruction.cc.
| double libmv_Reconstruction::error |
Definition at line 41 of file intern/reconstruction.cc.
Referenced by libmv_reprojectionError().
| CameraIntrinsics* libmv_Reconstruction::intrinsics |
Definition at line 39 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 42 of file intern/reconstruction.cc.
Referenced by libmv_reconstructionIsValid(), libmv_solveModal(), and libmv_solveReconstruction().
| EuclideanReconstruction libmv_Reconstruction::reconstruction |
Definition at line 35 of file intern/reconstruction.cc.
Referenced by libmv_reprojectionCameraForImage(), libmv_reprojectionErrorForImage(), libmv_reprojectionErrorForTrack(), libmv_reprojectionPointForTrack(), libmv_solveModal(), libmv_solveReconstruction(), reconstruct_retrieve_libmv_intrinsics(), and reconstruct_retrieve_libmv_tracks().
| Tracks libmv_Reconstruction::tracks |
Definition at line 38 of file intern/reconstruction.cc.
Referenced by libmv_reprojectionErrorForImage(), and libmv_reprojectionErrorForTrack().