Go to the source code of this file.
Namespaces | |
namespace | pano |
Functions | |
void | pano::KeyPointsToPoints (const KeypointVector &keypts, std::vector< cv::Point2f > &pts) |
void | pano::matches2points (const KeypointVector &train, const KeypointVector &query, const MatchesVector &matches, std::vector< cv::Point2f > &pts_train, std::vector< Point2f > &pts_query) |
void | pano::PointsToKeyPoints (const std::vector< cv::Point2f > &keypts, KeypointVector &pts) |