[32/64bit] 完全な設定時間の cmake 出力を返します。
core_getBuildInformation p1
p1 = sptr : IntPtr buf
(プラグイン / モジュール : OpenCvSharpExtern.dll)
返される値は、バージョンコントロールシステムのリビジョン、コンパイラのバージョン、コンパイラフラグ、有効なモジュールやサードパーティライブラリなどを含む生の cmake 出力です。出力形式はターゲットのアーキテクチャに依存します。 元関数名(C#): core_getBuildInformation 元DLLエクスポート名: core_getBuildInformation 参照元CSファイル: Internal\PInvoke\NativeMethods\core\NativeMethods_core.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) core_getBuildInformation(std::string *buf)
{
BEGIN_WRAP
const auto& str = cv::getBuildInformation();
buf->assign(str);
END_WRAP
}
| プラグイン / モジュール | OpenCvSharpExtern.dll |
| バージョン | 1.00 |
| 作成日 | 2021/11/30 |
| 著作者 | inovia |
| URL | https://hsp.moe/ |
| 備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
| タイプ | OpenCVSharpラッパーDLL |
| グループ | NativeMethods_core |
| 対応環境 |
|
| hs ファイル | hsphelp\OpenCvSharpExtern.hs |