core_getCPUFeaturesLine

[32/64bit] コンパイル時に有効な CPU 機能のリストを返します.

core_getCPUFeaturesLine p1

p1 = sptr : IntPtr buf

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

解説

返される値は,CPU機能のリストをスペースで区切った文字列で,以下のマーカーが付いています: no markers - ベースライン機能


prefix * - ディスパッチャーで有効になった機能


suffix ?- 有効だがHWExampleでは使用できない機能。sse sse2 sse3 *sse4.1 *sse4.2 *fp16 *avx *avx2 *avx512-skx?

元関数名(C#): core_getCPUFeaturesLine
元DLLエクスポート名: core_getCPUFeaturesLine
参照元CSファイル: Internal\PInvoke\NativeMethods\core\NativeMethods_core.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) core_getCPUFeaturesLine(std::string *buf)
{
    BEGIN_WRAP
    const auto& str = cv::getCPUFeaturesLine();
    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