features2d_evaluateFeatureDetector

[32/64bit] features2d_evaluateFeatureDetector

features2d_evaluateFeatureDetector p1,p2,p3,p4,p5,p6,p7

p1 = sptr : IntPtr img1
p2 = sptr : IntPtr img2
p3 = sptr : IntPtr H1to2
p4 = sptr : IntPtr keypoints1
p5 = sptr : IntPtr keypoints2
p6 = var : out float repeatability
p7 = var : out int correspCount

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

解説

元関数名(C#): features2d_evaluateFeatureDetector
元DLLエクスポート名: features2d_evaluateFeatureDetector
参照元CSファイル: Internal\PInvoke\NativeMethods\features2d\NativeMethods_features2d.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) features2d_evaluateFeatureDetector(
    cv::Mat *img1, cv::Mat *img2, cv::Mat *H1to2,
    std::vector<cv::KeyPoint> *keypoints1, std::vector<cv::KeyPoint> *keypoints2,
    float *repeatability, int *correspCount/*,
    const Ptr<FeatureDetector>& fdetector = Ptr<FeatureDetector>()*/)
{
    BEGIN_WRAP
    cv::evaluateFeatureDetector(
        *img1, *img2, *H1to2, keypoints1, keypoints2,
        *repeatability, *correspCount);
    END_WRAP
}

情報

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