stitching_AffineBestOf2NearestMatcher_new

[32/64bit] cv::detail::AffineBestOf2NearestMatcher のインスタンスを生成します

stitching_AffineBestOf2NearestMatcher_new p1,p2,p3,p4,p5

p1 = int : int fullAffine
p2 = int : int tryUseGpu
p3 = float : float matchConf
p4 = int : int numMatchesThresh1
p5 = var : out IntPtr returnValue

(プラグイン / モジュール : OpenCvSharpExtern.dll)

解説

cv::detail::BestOf2NearestMatcher に似た特徴量 matcher で,各特徴量に対して2つのベストマッチを見つけ,記述子の距離の比が閾値 match_conf よりも大きい場合にのみ,ベストマッチを残します.


cv::detail::BestOf2NearestMatcher とは異なり,この Matcher はアフィン変換を利用します(アフィン変換の推定値は matches_info に格納されます).


関連項目: cv::detail::FeaturesMatcher, cv::detail::BestOf2NearestMatcher.


元関数名(C#): stitching_AffineBestOf2NearestMatcher_new
元DLLエクスポート名: stitching_AffineBestOf2NearestMatcher_new
参照元CSファイル: Internal\PInvoke\NativeMethods\stitching\NativeMethods_stitching_Matchers.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) stitching_AffineBestOf2NearestMatcher_new(
    int full_affine, int try_use_gpu, float match_conf, int num_matches_thresh1,
    cv::detail::AffineBestOf2NearestMatcher** returnValue)
{
    BEGIN_WRAP
    *returnValue = new cv::detail::AffineBestOf2NearestMatcher(
        full_affine != 0, try_use_gpu != 0, match_conf, num_matches_thresh1);
    END_WRAP
}

情報

プラグイン / モジュールOpenCvSharpExtern.dll
バージョン1.00
作成日2021/11/30
著作者inovia
URLhttps://hsp.moe/
備考#include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as"
使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること
タイプOpenCVSharpラッパーDLL
グループNativeMethods_stitching_Matchers
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs