sfm
All modules / sfm
Apply Transformation to points.
sfm_BaseSFMclassbase class BaseSFM declares a common API that would be used in a typical scene reconstruction scenario
sfm_computeOrientationfunctionComputes Absolute or Exterior Orientation (Pose Estimation) between 2 sets of 3D point.
sfm_depthfunctionReturns the depth of a point transformed by a rigid transform.
sfm_essentialFromFundamentalfunctionGet Essential matrix from Fundamental and Camera matrices.
sfm_essentialFromRtfunctionGet Essential matrix from Motion (R's and t's ).
sfm_euclideanToHomogeneousfunctionConverts points from Euclidean to homogeneous space. E.g., ((x,y)->(x,y,1))
sfm_fundamentalFromCorrespondences7PointRobustfunctionEstimate robustly the fundamental matrix between two dataset of 2D point (image coords space).
sfm_fundamentalFromCorrespondences8PointRobustfunctionEstimate robustly the fundamental matrix between two dataset of 2D point (image coords space).
sfm_fundamentalFromEssentialfunctionGet Essential matrix from Fundamental and Camera matrices.
sfm_fundamentalFromProjectionsfunctionGet Fundamental matrix from Projection matrices.
sfm_homogeneousToEuclideanfunctionConverts point coordinates from homogeneous to euclidean pixel coordinates. E.g., ((x,y,z)->(x/z, y/z))
sfm_importReconstructionfunctionImport a reconstruction file.
sfm_isotropicPreconditionerFromPointsfunctionPoint conditioning (isotropic).
sfm_KRtFromProjectionfunctionGet K, R and t from projection matrix P, decompose using the RQ decomposition.
sfm_libmv_CameraIntrinsicsOptionsclassData structure describing the camera model and its parameters.
sfm_libmv_ReconstructionOptionsclassData structure describing the reconstruction options.
sfm_meanAndVarianceAlongRowsfunctionComputes the mean and variance of a given matrix along its rows.
sfm_motionFromEssentialfunctionGet Motion (R's and t's ) from Essential matrix.
sfm_motionFromEssentialChooseSolutionfunctionChoose one of the four possible motion solutions from an essential matrix.
sfm_normalizedEightPointSolverfunctionEstimate the fundamental matrix between two dataset of 2D point (image coords space).
sfm_normalizeFundamentalfunctionNormalizes the Fundamental matrix.
sfm_normalizeIsotropicPointsfunctionThis function normalizes points. (isotropic).
sfm_normalizePointsfunctionThis function normalizes points (non isotropic).
sfm_preconditionerFromPointsfunctionPoint conditioning (non isotropic).
sfm_projectionFromKRtfunctionGet projection matrix P from K, R and t.
sfm_projectionsFromFundamentalfunctionGet projection matrices from Fundamental matrix
sfm_relativeCameraMotionfunctionComputes the relative camera motion between two cameras.
sfm_SFMLibmvEuclideanReconstructionclassSFMLibmvEuclideanReconstruction class provides an interface with the Libmv Structure From Motion pipeline.
sfm_SFMLibmvEuclideanReconstruction_createfunctionCreates an instance of the SFMLibmvEuclideanReconstruction class. Initializes Libmv.
sfm_skewfunctionReturns the 3x3 skew symmetric matrix of a vector.
sfm_triangulatePointsfunctionReconstructs bunch of points by triangulation.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
sfm_SFM_IO_BUNDLERsfm sfm io bundler constant (0), defined by OpenCV for cv::sfm.
sfm_SFM_IO_VISUALSFMsfm sfm io visualsfm constant (1), defined by OpenCV for cv::sfm.
sfm_SFM_IO_OPENSFMsfm sfm io opensfm constant (2), defined by OpenCV for cv::sfm.
sfm_SFM_IO_OPENMVGsfm sfm io openmvg constant (3), defined by OpenCV for cv::sfm.
sfm_SFM_IO_THEIASFMsfm sfm io theiasfm constant (4), defined by OpenCV for cv::sfm.
sfm_SFM_DISTORTION_MODEL_POLYNOMIALLIBMV_DISTORTION_MODEL_POLYNOMIAL
sfm_SFM_DISTORTION_MODEL_DIVISIONLIBMV_DISTORTION_MODEL_DIVISION
sfm_SFM_REFINE_FOCAL_LENGTHlibmv::BUNDLE_FOCAL_LENGTH
sfm_SFM_REFINE_PRINCIPAL_POINTlibmv::BUNDLE_PRINCIPAL_POINT
sfm_SFM_REFINE_RADIAL_DISTORTION_K1libmv::BUNDLE_RADIAL_K1
sfm_SFM_REFINE_RADIAL_DISTORTION_K2libmv::BUNDLE_RADIAL_K2