[32/64bit] std::vector<cv::Point2d> のインスタンスを生成します
vector_Point2d_new1
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): vector_Point2d_new1 元DLLエクスポート名: vector_Point2d_new1 参照元CSファイル: Internal\PInvoke\NativeMethods\NativeMethods_stdvector.cs ▼ C言語側関数定義
CVAPI(std::vector<cv::Point2d>*) vector_Point2d_new1() { return new std::vector<cv::Point2d>; }
プラグイン / モジュール | 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 |