[32/64bit] 画像(第1の形式)または画像集合(第2の形式)からキーポイントを検出します.
features2d_Feature2D_detect_InputArray p1,p2,p3,p4
p1 = sptr : IntPtr detector p2 = sptr : IntPtr image p3 = sptr : IntPtr keypoints p4 = sptr : IntPtr mask
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): features2d_Feature2D_detect_InputArray 元DLLエクスポート名: features2d_Feature2D_detect_InputArray 参照元CSファイル: Internal\PInvoke\NativeMethods\features2d\NativeMethods_features2d_Feature2D.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) features2d_Feature2D_detect_InputArray( cv::Feature2D *obj, cv::_InputArray *image, std::vector<cv::KeyPoint> *keypoints, cv::Mat *mask) { BEGIN_WRAP obj->detect(*image, *keypoints, entity(mask)); 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_Feature2D |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |