OpenCV
4.9.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Classes | |
class | cv::sfm::BaseSFM |
base class BaseSFM declares a common API that would be used in a typical scene reconstruction scenario More... | |
class | cv::sfm::libmv_CameraIntrinsicsOptions |
Data structure describing the camera model and its parameters. More... | |
class | cv::sfm::libmv_ReconstructionOptions |
Data structure describing the reconstruction options. More... | |
class | cv::sfm::SFMLibmvEuclideanReconstruction |
SFMLibmvEuclideanReconstruction class provides an interface with the Libmv Structure From Motion pipeline. More... | |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::sfm | |
Enumerations | |
enum | { cv::sfm::SFM_DISTORTION_MODEL_POLYNOMIAL = 0, cv::sfm::SFM_DISTORTION_MODEL_DIVISION = 1 } |
Different camera models that libmv supports. More... | |
enum | { 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) } |
All internal camera parameters that libmv is able to refine. More... | |