|
Blender V4.3
|
#include "libmv/simple_pipeline/intersect.h"#include "libmv/base/vector.h"#include "libmv/logging/logging.h"#include "libmv/multiview/nviewtriangulation.h"#include "libmv/multiview/projection.h"#include "libmv/multiview/triangulation.h"#include "libmv/numeric/levenberg_marquardt.h"#include "libmv/numeric/numeric.h"#include "libmv/simple_pipeline/reconstruction.h"#include "libmv/simple_pipeline/tracks.h"#include "ceres/ceres.h"Go to the source code of this file.
Namespaces | |
| namespace | libmv |
Functions | |
| bool | libmv::EuclideanIntersect (const vector< Marker > &markers, EuclideanReconstruction *reconstruction) |
| bool | libmv::ProjectiveIntersect (const vector< Marker > &markers, ProjectiveReconstruction *reconstruction) |
| const EuclideanCamera& camera_ |
Definition at line 64 of file intersect.cc.
| const Marker& marker_ |
Definition at line 63 of file intersect.cc.
| const vector<Marker>& markers |
Definition at line 197 of file intersect.cc.
| const ProjectiveReconstruction& reconstruction |
Definition at line 198 of file intersect.cc.
Referenced by BKE_tracking_camera_get_reconstructed(), BKE_tracking_camera_get_reconstructed_interpolate(), BKE_tracking_reconstruction_finish(), camera_view3d_reconstruction(), clear_solution_exec(), direct_link_movieReconstruction(), do_set_scale(), draw_frame_curves(), draw_movieclip_cache(), libmv::EuclideanBundle(), libmv::EuclideanBundleCommonIntrinsics(), libmv::EuclideanCompleteReconstruction(), libmv::EuclideanIntersect(), libmv::EuclideanReconstructTwoFrames(), libmv::EuclideanReprojectionError(), libmv::EuclideanResect(), libmv::EuclideanScaleToUnity(), libmv::InternalCompleteReconstruction(), libmv::InternalReprojectionError(), libmv_reprojectionCameraForImage(), libmv_reprojectionErrorForImage(), libmv_reprojectionErrorForTrack(), libmv_reprojectionPointForTrack(), libmv_solveModal(), libmv_solveReconstruction(), libmv::ModalSolver(), libmv::ProjectiveCompleteReconstruction(), libmv::ProjectiveIntersect(), libmv::ProjectiveReconstructTwoFrames(), libmv::ProjectiveReprojectionError(), libmv::ProjectiveResect(), reconstruct_retrieve_libmv_tracks(), reconstructed_camera_index_get(), libmv::SelectKeyframesBasedOnGRICAndVariance(), solve_camera_invoke(), libmv::TEST(), libmv::TEST(), tracking_dopesheet_channels_calc(), tracking_reconstruction_free(), tracking_scale_reconstruction(), and write_movieReconstruction().