OpenCV 4.11.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
 

函数

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)
 
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)
 

宏定义文档

◆ CVVISUAL_DEBUGMODE

#define CVVISUAL_DEBUGMODE