[32/64bit] 指定されたROIを評価し,各位置に対する信頼値を返す
objdetect_HOGDescriptor_detectROI p1,p2,p3,p4,p5,p6,p7,p8,p9
p1 = sptr : IntPtr obj p2 = sptr : IntPtr img p3 = var : Point[] locations p4 = int : int locationsLength p5 = sptr : IntPtr foundLocations p6 = sptr : IntPtr confidences p7 = double : double hitThreshold p8 = ARGS_SIZE : Size winStride p9 = ARGS_SIZE : Size padding
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): objdetect_HOGDescriptor_detectROI 元DLLエクスポート名: objdetect_HOGDescriptor_detectROI 参照元CSファイル: Internal\PInvoke\NativeMethods\objdetect\NativeMethods_objdetect_HOGDescriptor.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) objdetect_HOGDescriptor_detectROI( cv::HOGDescriptor *obj, cv::Mat *img, cv::Point *locations, int locationsLength, std::vector<cv::Point> *foundLocations, std::vector<double> *confidences, double hitThreshold, MyCvSize winStride, MyCvSize padding) { BEGIN_WRAP const std::vector<cv::Point> locationsVec(locations, locations + locationsLength); obj->detectROI(*img, locationsVec, *foundLocations, *confidences, hitThreshold, cpp(winStride), cpp(padding)); 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 |