OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
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 this file:

名前空間

namespace  cvv
 
namespace  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