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