opencv2/cvv/dmatch.hpp#
#include <string>
#include <opencv2/core.hpp>
#include <opencv2/features.hpp>
#include <call_meta_data.hpp>
#include <debug_mode.hpp>
Include dependency graph for dmatch.hpp:
This graph shows which files directly or indirectly include dmatch.hpp:
Namespaces#
namespace cvv
namespace cvv::impl
Functions#
static void cvv::debugDMatch (cv::InputArray img1, std::vector< cv::KeyPoint > keypoints1, cv::InputArray img2, std::vector< cv::KeyPoint > keypoints2, std::vector< cv::DMatch > matches, const impl::CallMetaData &data, const char *description=nullptr, const char *view=nullptr, bool useTrainDescriptor=true)
Add a filled in DMatch
static void cvv::debugDMatch (cv::InputArray img1, std::vector< cv::KeyPoint > keypoints1, cv::InputArray img2, std::vector< cv::KeyPoint > keypoints2, std::vector< cv::DMatch > matches, const impl::CallMetaData &data, const std::string &description, const std::string &view, bool useTrainDescriptor=true)