OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
motion_estimators.hpp 檔案參考
#include "opencv2/core.hpp"
#include "matchers.hpp"
#include "util.hpp"
#include "camera.hpp"
motion_estimators.hpp 的包含依賴關係圖
此圖顯示了直接或間接包含此檔案的檔案

類  cv::detail::AffineBasedEstimator
 基於仿射變換的估計器。 更多...
 
類  cv::detail::BundleAdjusterAffine
 捆綁調整器,期望在 R 中以齊次座標表示的仿射變換,用於每個相機引數。 實現相機引數細化演算法,該演算法可最大程度地減少重投影誤差平方和。 更多...
 
類  cv::detail::BundleAdjusterAffinePartial
 捆綁調整器,期望在 R 中以齊次座標表示的具有 4 個自由度的仿射變換,用於每個相機引數。 實現相機引數細化演算法,該演算法可最大程度地減少重投影誤差平方和。 更多...
 
類  cv::detail::BundleAdjusterBase
 所有相機引數細化方法的基礎類。 更多...
 
類  cv::detail::BundleAdjusterRay
 相機引數細化演算法的實現,該演算法可最大程度地減少透過相機中心和特徵的光線之間的距離之和。 : 更多...
 
類  cv::detail::BundleAdjusterReproj
 相機引數細化演算法的實現,該演算法可最大程度地減少重投影誤差平方和。 更多...
 
類  cv::detail::Estimator
 旋轉估計器基類。 更多...
 
類  cv::detail::HomographyBasedEstimator
 基於單應性的旋轉估計器。 更多...
 
類  cv::detail::NoBundleAdjuster
 不執行任何操作的存根捆綁調整器。 更多...
 

名稱空間

名稱空間  cv
 
名稱空間  cv::detail
 

列舉

列舉  cv::detail::WaveCorrectKind {
  cv::detail::WAVE_CORRECT_HORIZ ,
  cv::detail::WAVE_CORRECT_VERT ,
  cv::detail::WAVE_CORRECT_AUTO
}
 

函式

WaveCorrectKind cv::detail::autoDetectWaveCorrectKind (const std::vector< Mat > &rmats)
 嘗試根據全景圖是水平還是垂直跨越來檢測波校正型別。
 
void cv::detail::findMaxSpanningTree (int num_images, const std::vector< MatchesInfo > &pairwise_matches, Graph &span_tree, std::vector< int > &centers)
 
std::vector< int > cv::detail::leaveBiggestComponent (std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, float conf_threshold)
 
String cv::detail::matchesGraphAsString (std::vector< String > &paths, std::vector< MatchesInfo > &pairwise_matches, float conf_threshold)
 
void cv::detail::waveCorrect (std::vector< Mat > &rmats, WaveCorrectKind kind)
 嘗試使全景圖更水平(或垂直)。