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