objdetect_groupRectangles_meanshift

[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
URLhttps://hsp.moe/
備考#include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as"
使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること
タイプOpenCVSharpラッパーDLL
グループNativeMethods_objdetect
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs