OpenCV
开源计算机视觉
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
simple_pipeline.hpp 文件参考
#include <opencv2/core.hpp>
simple_pipeline.hpp 的包含依赖图

类  cv::sfm::BaseSFM
 基类 BaseSFM 声明了在典型的场景重建场景中使用的通用 API 更多...
 
类  cv::sfm::libmv_CameraIntrinsicsOptions
 描述相机模型及其参数的数据结构。 更多...
 
类  cv::sfm::libmv_ReconstructionOptions
 描述重建选项的数据结构。 更多...
 
类  cv::sfm::SFMLibmvEuclideanReconstruction
 SFMLibmvEuclideanReconstruction 类提供了一个与 Libmv 结构从运动管道的接口。 更多...
 

命名空间

命名空间  cv
 
命名空间  cv::sfm
 

枚举

枚举  {
  cv::sfm::SFM_DISTORTION_MODEL_POLYNOMIAL = 0 ,
  cv::sfm::SFM_DISTORTION_MODEL_DIVISION = 1
}
 libmv 支持的不同相机模型。 更多...
 
枚举  {
  cv::sfm::SFM_REFINE_FOCAL_LENGTH = (1 << 0) ,
  cv::sfm::SFM_REFINE_PRINCIPAL_POINT = (1 << 1) ,
  cv::sfm::SFM_REFINE_RADIAL_DISTORTION_K1 = (1 << 2) ,
  cv::sfm::SFM_REFINE_RADIAL_DISTORTION_K2 = (1 << 4)
}
 libmv 可以细化的所有内部相机参数。 更多...