描述重建选项的数据结构。 更多...
#include <opencv2/sfm/simple_pipeline.hpp>
|
| | libmv_ReconstructionOptions (const int _keyframe1=1, const int _keyframe2=2, const int _refine_intrinsics=1, const int _select_keyframes=1, const int _verbosity_level=-1) |
| |
描述重建选项的数据结构。
- 参数
-
| _keyframe1 | 用于初始化重建的第一个关键帧。 |
| _keyframe2 | 用于初始化重建的第二个关键帧。 |
| _refine_intrinsics | 要优化的相机参数或参数组合。 |
| _select_keyframes | 允许自动选择初始关键帧。 如果为 1,则启用自动选择。 如果为 0,则禁用。 |
| _verbosity_level | Glog 的详细日志级别。 如果为 -1,则禁用日志,否则日志级别将为输入的整数。 |
◆ libmv_ReconstructionOptions()
| cv::sfm::libmv_ReconstructionOptions::libmv_ReconstructionOptions |
( |
const int | _keyframe1 = 1, |
|
|
const int | _keyframe2 = 2, |
|
|
const int | _refine_intrinsics = 1, |
|
|
const int | _select_keyframes = 1, |
|
|
const int | _verbosity_level = -1 ) |
|
inline |
◆ keyframe1
| int cv::sfm::libmv_ReconstructionOptions::keyframe1 |
◆ keyframe2
| int cv::sfm::libmv_ReconstructionOptions::keyframe2 |
◆ refine_intrinsics
| int cv::sfm::libmv_ReconstructionOptions::refine_intrinsics |
◆ select_keyframes
| int cv::sfm::libmv_ReconstructionOptions::select_keyframes |
◆ verbosity_level
| int cv::sfm::libmv_ReconstructionOptions::verbosity_level |
此类文档由以下文件生成