Home
last modified time | relevance | path

Searched refs:estimateFocal (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dautocalib.hpp75 void CV_EXPORTS estimateFocal(const std::vector<ImageFeatures> &features,
/external/opencv3/modules/stitching/src/
Dautocalib.cpp97 void estimateFocal(const std::vector<ImageFeatures> &features, const std::vector<MatchesInfo> &pair… in estimateFocal() function
Dmotion_estimators.cpp142 estimateFocal(features, pairwise_matches, focals); in estimate()