stitching_BestOf2NearestMatcher_new

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

stitching_BestOf2NearestMatcher_new p1,p2,p3,p4,p5

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

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

解説

各特徴量に対して2つのベストマッチを見つけ,ディスクリプタ間の距離の比が閾値 match_conf よりも大きい場合にのみ,ベストマッチを残す特徴量マッチャ.


関連項目:odetail::FeaturesMatcher


元関数名(C#): stitching_BestOf2NearestMatcher_new
元DLLエクスポート名: stitching_BestOf2NearestMatcher_new
参照元CSファイル: Internal\PInvoke\NativeMethods\stitching\NativeMethods_stitching_Matchers.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) stitching_BestOf2NearestMatcher_new(
    int try_use_gpu, float match_conf, int num_matches_thresh1,int num_matches_thresh2,
    cv::detail::BestOf2NearestMatcher **returnValue)
{
    BEGIN_WRAP
    *returnValue = new cv::detail::BestOf2NearestMatcher(
        try_use_gpu != 0, match_conf, num_matches_thresh1, num_matches_thresh2);
    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