[32/64bit] vector_vector_Point2f_getSize2
vector_vector_Point2f_getSize2 p1,p2
p1 = sptr : IntPtr vector p2 = var : [In, Out] nuint[] size
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): vector_vector_Point2f_getSize2 元DLLエクスポート名: vector_vector_Point2f_getSize2 参照元CSファイル: Internal\PInvoke\NativeMethods\NativeMethods_stdvector.cs ▼ C言語側関数定義
CVAPI(void) vector_vector_Point2f_getSize2(std::vector<std::vector<cv::Point2f> >* vec, size_t* sizes) { for (size_t i = 0; i < vec->size(); i++) { sizes[i] = vec->at(i).size(); } }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_stdvector |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |