Home
last modified time | relevance | path

Searched refs:reconstruction_options (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dtracking_solver.c478 static void reconstructionOptionsFromContext(libmv_ReconstructionOptions *reconstruction_options, in reconstructionOptionsFromContext() argument
481 reconstruction_options->select_keyframes = context->select_keyframes; in reconstructionOptionsFromContext()
483 reconstruction_options->keyframe1 = context->keyframe1; in reconstructionOptionsFromContext()
484 reconstruction_options->keyframe2 = context->keyframe2; in reconstructionOptionsFromContext()
486 reconstruction_options->refine_intrinsics = context->refine_flags; in reconstructionOptionsFromContext()
509 libmv_ReconstructionOptions reconstruction_options; in BKE_tracking_reconstruction_solve() local
517 reconstructionOptionsFromContext(&reconstruction_options, context); in BKE_tracking_reconstruction_solve()
522 &reconstruction_options, in BKE_tracking_reconstruction_solve()
529 &reconstruction_options, in BKE_tracking_reconstruction_solve()
535 context->keyframe1 = reconstruction_options.keyframe1; in BKE_tracking_reconstruction_solve()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/test/
H A Dtest_simple_pipeline.cpp71 …libmv_ReconstructionOptions reconstruction_options(keyframe1, keyframe2, refine_intrinsics, select… in TEST() local
74 SFMLibmvEuclideanReconstruction::create(camera_instrinsic_options, reconstruction_options); in TEST()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/
H A Dsimple_pipeline.cpp157 const libmv_ReconstructionOptions &reconstruction_options) : in SFMLibmvReconstructionImpl() argument
158 libmv_reconstruction_options_(reconstruction_options), in SFMLibmvReconstructionImpl()
315 const libmv_ReconstructionOptions &reconstruction_options) in create() argument
317 …structionImpl<SFMLibmvEuclideanReconstruction> >(camera_instrinsic_options,reconstruction_options); in create()
H A Dreconstruct.cpp77 …libmv_ReconstructionOptions reconstruction_options(keyframe1, keyframe2, refine_intrinsics, select… in reconstruct_() local
87 SFMLibmvEuclideanReconstruction::create(camera_instrinsic_options, reconstruction_options); in reconstruct_()
/dports/graphics/colmap/colmap-3.6/src/exe/
H A Dcolmap.cc109 &reconstruction_options.camera_model); in RunAutomaticReconstructor()
122 reconstruction_options.data_type = in RunAutomaticReconstructor()
125 reconstruction_options.data_type = in RunAutomaticReconstructor()
128 reconstruction_options.data_type = in RunAutomaticReconstructor()
136 reconstruction_options.quality = in RunAutomaticReconstructor()
139 reconstruction_options.quality = in RunAutomaticReconstructor()
142 reconstruction_options.quality = in RunAutomaticReconstructor()
145 reconstruction_options.quality = in RunAutomaticReconstructor()
153 reconstruction_options.mesher = in RunAutomaticReconstructor()
156 reconstruction_options.mesher = in RunAutomaticReconstructor()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/include/opencv2/sfm/
H A Dsimple_pipeline.hpp284 const libmv_ReconstructionOptions &reconstruction_options=libmv_ReconstructionOptions());