[32/64bit] calib3d_estimateAffinePartial2D
calib3d_estimateAffinePartial2D 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_estimateAffinePartial2D 元DLLエクスポート名: calib3d_estimateAffinePartial2D 参照元CSファイル: Internal\PInvoke\NativeMethods\calib3d\NativeMethods_calib3d.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) calib3d_estimateAffinePartial2D( 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::estimateAffinePartial2D( *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 |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_calib3d |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |