[32/64bit] この関数は,便宜上,オーバーロードされたメンバ関数です.上の関数との違いは,どのような引数を受け取るかだけです.
features2d_DescriptorMatcher_match2 p1,p2,p3,p4,p5
p1 = sptr : IntPtr obj p2 = sptr : IntPtr queryDescriptors p3 = sptr : IntPtr matches p4 = sptr : IntPtr[] masks p5 = int : int masksSize
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): features2d_DescriptorMatcher_match2 元DLLエクスポート名: features2d_DescriptorMatcher_match2 参照元CSファイル: Internal\PInvoke\NativeMethods\features2d\NativeMethods_features2d_DescriptorMatcher.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) features2d_DescriptorMatcher_match2( cv::DescriptorMatcher *obj, cv::Mat *queryDescriptors, std::vector<cv::DMatch> *matches, cv::Mat **masks, int masksSize) { BEGIN_WRAP std::vector<cv::Mat> masksVal; if (masksSize != 0) { masksVal = std::vector<cv::Mat>(masksSize); for (int i = 0; i < masksSize; i++) { masksVal[i] = *(masks[i]); } } obj->match(*queryDescriptors, *matches, masksVal); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_features2d_DescriptorMatcher |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |