Home
last modified time | relevance | path

Searched refs:select_keyframes (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/test/
H A Dtest_simple_pipeline.cpp64 int select_keyframes = 0; // disable automatic keyframes selection in TEST() local
71 …ons reconstruction_options(keyframe1, keyframe2, refine_intrinsics, select_keyframes, verbosity_le… in TEST()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dtracking_solver.c51 bool select_keyframes; member
382 context->select_keyframes = (tracking->settings.reconstruction_flag & in BKE_tracking_reconstruction_context_new()
481 reconstruction_options->select_keyframes = context->select_keyframes; in reconstructionOptionsFromContext()
533 if (context->select_keyframes) { in BKE_tracking_reconstruction_solve()
572 if (context->select_keyframes) { in BKE_tracking_reconstruction_finish()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/include/opencv2/sfm/
H A Dsimple_pipeline.hpp149 select_keyframes(_select_keyframes), in libmv_ReconstructionOptions()
154 CV_PROP_RW int select_keyframes; member in cv::sfm::libmv_ReconstructionOptions
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/
H A Dreconstruct.cpp63 const int select_keyframes = 1; // enable automatic keyframes selection in reconstruct_() local
77 …ons reconstruction_options(keyframe1, keyframe2, refine_intrinsics, select_keyframes, verbosity_le… in reconstruct_()
H A Dlibmv_capi.h391 if (libmv_reconstruction_options->select_keyframes) { in libmv_solveReconstruction()
/dports/graphics/blender/blender-2.91.0/intern/libmv/intern/
H A Dreconstruction.h41 int select_keyframes; member
H A Dreconstruction.cc262 if (libmv_reconstruction_options->select_keyframes) { in libmv_solveReconstruction()