core_getHardwareFeatureName

[32/64bit] ID によるフィーチャー名を返します.

core_getHardwareFeatureName p1,p2

p1 = int : int feature
p2 = sptr : IntPtr buf

(プラグイン / モジュール : OpenCvSharpExtern.dll)

解説

機能が定義されていない場合は,空の文字列を返します.

元関数名(C#): core_getHardwareFeatureName
元DLLエクスポート名: core_getHardwareFeatureName
参照元CSファイル: Internal\PInvoke\NativeMethods\core\NativeMethods_core.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) core_getHardwareFeatureName(int feature, std::string *buf)
{
    BEGIN_WRAP
    const auto& str = cv::getHardwareFeatureName(feature);
    buf->assign(str);
    END_WRAP
}

情報

プラグイン / モジュールOpenCvSharpExtern.dll
バージョン1.00
作成日2021/11/30
著作者inovia
URLhttps://hsp.moe/
備考#include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as"
使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること
タイプOpenCVSharpラッパーDLL
グループNativeMethods_core
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs