objdetect_HOGDescriptor_gammaCorrection_set

[32/64bit] cv::HOGDescriptor::gammaCorrection 変数に格納します

objdetect_HOGDescriptor_gammaCorrection_set p1,p2

p1 = sptr : IntPtr self
p2 = int : int value

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

解説

ガンマ補正の前処理が必要かどうかを指定するフラグ.


元関数名(C#): objdetect_HOGDescriptor_gammaCorrection_set
元DLLエクスポート名: objdetect_HOGDescriptor_gammaCorrection_set
参照元CSファイル: Internal\PInvoke\NativeMethods\objdetect\NativeMethods_objdetect_HOGDescriptor.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) objdetect_HOGDescriptor_gammaCorrection_set(cv::HOGDescriptor *obj, int value)
{
    BEGIN_WRAP
    obj->gammaCorrection = (value != 0);
    END_WRAP
}

情報

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