OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
matchers.hpp ファイル
#include "opencv2/core.hpp"
#include "opencv2/features.hpp"
#include "opencv2/opencv_modules.hpp"
Include dependency graph for matchers.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::detail::AffineBestOf2NearestMatcher
 cv::detail::BestOf2NearestMatcher に似た特徴マッチャ。各特徴について最良の2つのマッチを見つけ、記述子間の距離の比がしきい値 match_conf より大きい場合にのみ最良のものだけを残す。 続きを読む...
 
class  cv::detail::BestOf2NearestMatcher
 各特徴について最良の2つのマッチを見つけ、記述子間の距離の比がしきい値 match_conf より大きい場合にのみ最良のものだけを残す特徴マッチャ。 続きを読む...
 
class  cv::detail::BestOf2NearestRangeMatcher
 
class  cv::detail::FeaturesMatcher
 特徴マッチャの基底クラス。 続きを読む...
 
struct  cv::detail::ImageFeatures
 画像のキーポイントと記述子を含む構造体。 続きを読む...
 
class  cv::detail::LightGlueFeaturesMatcher
 LightGlueMatcher (DescriptorMatcher) を、スティッチングパイプラインの FeaturesMatcher インターフェースに適合させる特徴マッチャー。続き...
 
struct  cv::detail::MatchesInfo
 2 つの画像間のマッチに関する情報を含む構造体。 続きを読む...
 

名前空間

namespace  cv
 
namespace  cv::detail
 

関数

void cv::detail::computeImageFeatures (const Ptr< Feature2D > &featuresFinder, InputArray image, ImageFeatures &features, InputArray mask=noArray())
 
void cv::detail::computeImageFeatures (const Ptr< Feature2D > &featuresFinder, InputArrayOfArrays images, std::vector< ImageFeatures > &features, InputArrayOfArrays masks=noArray())