calib3d_estimateAffine2D

[32/64bit] calib3d_estimateAffine2D

calib3d_estimateAffine2D p1,p2,p3,p4,p5,p6,p7,p8,p9

p1 = sptr : IntPtr from
p2 = sptr : IntPtr to
p3 = sptr : IntPtr inliers
p4 = int : int method
p5 = double : double ransacReprojThreshold
p6 = ARGS_ULONG : ulong maxIters
p7 = double : double confidence
p8 = ARGS_ULONG : ulong refineIters
p9 = var : out IntPtr returnValue

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

解説

元関数名(C#): calib3d_estimateAffine2D
元DLLエクスポート名: calib3d_estimateAffine2D
参照元CSファイル: Internal\PInvoke\NativeMethods\calib3d\NativeMethods_calib3d.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) calib3d_estimateAffine2D(
    cv::_InputArray *from, cv::_InputArray *to, cv::_OutputArray *inliers,
    int method, double ransacReprojThreshold,
    uint64_t maxIters, double confidence, uint64_t refineIters,
    cv::Mat **returnValue)
{
    BEGIN_WRAP
    const auto result = cv::estimateAffine2D(
        *from, *to, entity(inliers), method, ransacReprojThreshold, static_cast<size_t>(maxIters), confidence, static_cast<size_t>(refineIters));
    *returnValue = new cv::Mat(result);
    END_WRAP
}

情報

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