描述重建選項的資料結構。 更多...
#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 |
此類文件由以下檔案生成