[32/64bit] img_hash_RadialVarianceHash_create
img_hash_RadialVarianceHash_create p1,p2,p3
p1 = double : double sigma p2 = int : int numOfAngleLine p3 = var : out IntPtr returnValue
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): img_hash_RadialVarianceHash_create 元DLLエクスポート名: img_hash_RadialVarianceHash_create 参照元CSファイル: Internal\PInvoke\NativeMethods\NativeMethods_img_hash.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) img_hash_RadialVarianceHash_create(const double sigma, const int numOfAngleLine, cv::Ptr<cv::img_hash::RadialVarianceHash> **returnValue) { BEGIN_WRAP const auto ptr = cv::img_hash::RadialVarianceHash::create(sigma, numOfAngleLine); *returnValue = clone(ptr); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_img_hash |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |