OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
命名空间 | | 函数
dmatch.hpp 文件参考
#include <string>
#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "call_meta_data.hpp"
#include "debug_mode.hpp"
dmatch.hpp 的包含依赖关系图
此图表显示哪些文件直接或间接地包含此文件

命名空间

命名空间  cvv
 
命名空间  cvv::impl
 

#define CVVISUAL_DEBUGMODE
 

函数

void cvv::impl::debugDMatch (cv::InputArray img1, std::vector< cv::KeyPoint > keypoints1, cv::InputArray img2, std::vector< cv::KeyPoint > keypoints2, std::vector< cv::DMatch > matches, const CallMetaData &data, const char *description, const char *view, bool useTrainDescriptor)
 
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)
 将已填充的 DMatch <dmatch> 添加到调试 GUI。
 
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)
 

宏定义文档

◆ CVVISUAL_DEBUGMODE

#define CVVISUAL_DEBUGMODE