Home
last modified time | relevance | path

Searched refs:rightKeyPoints (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/view/
H A Dlinematchview.cpp24 std::vector<cv::KeyPoint> rightKeyPoints, in LineMatchView() argument
30 for(auto key:rightKeyPoints) in LineMatchView()
48 rightKeyPoints.size()))/(std::size_t)10,(std::size_t)50); in LineMatchView()
70 rightKeyPoints, in LineMatchView()
94 for (auto &keypoint : rightKeyPoints) in LineMatchView()
H A Dtranslationsmatchview.cpp20 std::vector<cv::KeyPoint> rightKeyPoints, std::vector<cv::DMatch> matches, in TranslationMatchView() argument
25 for(auto key:rightKeyPoints) in TranslationMatchView()
42 …int updateAreaDelay=std::min(std::max(matches.size(),std::max(leftKeyPoints.size(),rightKeyPoints.… in TranslationMatchView()
61 rightKeyPoints, in TranslationMatchView()
103 for (auto &keypoint : rightKeyPoints) in TranslationMatchView()
H A Dpointmatchview.cpp20 std::vector<cv::KeyPoint> rightKeyPoints, in PointMatchView() argument
33 …int updateAreaDelay=std::min(std::max(matches.size(),std::max(leftKeyPoints.size(),rightKeyPoints.… in PointMatchView()
78 for (auto &keypoint : rightKeyPoints) in PointMatchView()
H A Dpointmatchview.hpp37 std::vector<cv::KeyPoint> rightKeyPoints,
H A Dlinematchview.hpp37 std::vector<cv::KeyPoint> rightKeyPoints,
H A Dtranslationsmatchview.hpp38 std::vector<cv::KeyPoint> rightKeyPoints,
/dports/graphics/opencv/opencv-4.5.3/samples/java/sbt/src/main/scala/
H A DScalaCorrespondenceMatchingDemo.scala53 val (rightKeyPoints, rightDescriptors) = detectAndExtract(rightImage)
64 …Features2d.drawMatches(leftImage, leftKeyPoints, rightImage, rightKeyPoints, dmatches, corresponde…