Classes | Namespaces | Enumerations | Functions
motion_estimators.hpp File Reference

Go to the source code of this file.

Classes

class  cv::detail::Estimator
 
class  cv::detail::HomographyBasedEstimator
 
class  cv::detail::BundleAdjusterBase
 
class  cv::detail::BundleAdjusterReproj
 
class  cv::detail::BundleAdjusterRay
 

Namespaces

 cv
 Namespace where all the C++ OpenCV functionality resides.
 
 cv::detail
 

Enumerations

enum  cv::detail::WaveCorrectKind { cv::detail::WAVE_CORRECT_HORIZ, cv::detail::WAVE_CORRECT_VERT }
 

Functions

void CV_EXPORTS cv::detail::waveCorrect (std::vector< Mat > &rmats, WaveCorrectKind kind)
 
std::string CV_EXPORTS cv::detail::matchesGraphAsString (std::vector< std::string > &pathes, std::vector< MatchesInfo > &pairwise_matches, float conf_threshold)
 
std::vector< int > CV_EXPORTS cv::detail::leaveBiggestComponent (std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, float conf_threshold)
 
void CV_EXPORTS cv::detail::findMaxSpanningTree (int num_images, const std::vector< MatchesInfo > &pairwise_matches, Graph &span_tree, std::vector< int > &centers)