[32/64bit] 提案ボックスを含む配列を返します。
ximgproc_EdgeBoxes_getBoundingBoxes p1,p2,p3,p4
p1 = sptr : IntPtr obj p2 = sptr : IntPtr edgeMap p3 = sptr : IntPtr orientationMap p4 = sptr : IntPtr boxes
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): ximgproc_EdgeBoxes_getBoundingBoxes 元DLLエクスポート名: ximgproc_EdgeBoxes_getBoundingBoxes 参照元CSファイル: Internal\PInvoke\NativeMethods\ximgproc\NativeMethods_ximgproc_EdgeBoxes.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) ximgproc_EdgeBoxes_getBoundingBoxes( cv::ximgproc::EdgeBoxes *obj, cv::_InputArray *edge_map, cv::_InputArray *orientation_map, std::vector<cv::Rect> *boxes) { BEGIN_WRAP obj->getBoundingBoxes(*edge_map, *orientation_map, *boxes); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_ximgproc_EdgeBoxes |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |