[32/64bit] オブジェクト候補の矩形をグループ化する。
objdetect_HOGDescriptor_groupRectangles p1,p2,p3,p4,p5
p1 = sptr : IntPtr obj p2 = sptr : IntPtr rectList p3 = sptr : IntPtr weights p4 = int : int groupThreshold p5 = double : double eps
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): objdetect_HOGDescriptor_groupRectangles 元DLLエクスポート名: objdetect_HOGDescriptor_groupRectangles 参照元CSファイル: Internal\PInvoke\NativeMethods\objdetect\NativeMethods_objdetect_HOGDescriptor.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) objdetect_HOGDescriptor_groupRectangles(cv::HOGDescriptor *obj,
std::vector<cv::Rect> *rectList, std::vector<double> *weights, int groupThreshold, double eps)
{
BEGIN_WRAP
obj->groupRectangles(*rectList, *weights, groupThreshold, eps);
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_HOGDescriptor |
| 対応環境 |
|
| hs ファイル | hsphelp\OpenCvSharpExtern.hs |