[32/64bit] cv::HOGDescriptor::gammaCorrection 変数を取得します
objdetect_HOGDescriptor_gammaCorrection_get p1,p2
p1 = sptr : IntPtr self p2 = var : out int returnValue
(プラグイン / モジュール : OpenCvSharpExtern.dll)
ガンマ補正の前処理が必要かどうかを指定するフラグ. 元関数名(C#): objdetect_HOGDescriptor_gammaCorrection_get 元DLLエクスポート名: objdetect_HOGDescriptor_gammaCorrection_get 参照元CSファイル: Internal\PInvoke\NativeMethods\objdetect\NativeMethods_objdetect_HOGDescriptor.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) objdetect_HOGDescriptor_gammaCorrection_get(cv::HOGDescriptor *obj, int *returnValue)
{
BEGIN_WRAP
*returnValue = obj->gammaCorrection ? 1 : 0;
END_WRAP
}
| プラグイン / モジュール | OpenCvSharpExtern.dll |
| バージョン | 1.00 |
| 作成日 | 2021/11/30 |
| 著作者 | inovia |
| URL | https://hsp.moe/ |
| 備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
| タイプ | OpenCVSharpラッパーDLL |
| グループ | NativeMethods_objdetect_HOGDescriptor |
| 対応環境 |
|
| hs ファイル | hsphelp\OpenCvSharpExtern.hs |