[32/64bit] スライディングウィンドウ法を用いて,画像の共分散行列の推定値を計算します.
ximgproc_covarianceEstimation p1,p2,p3,p4
p1 = sptr : IntPtr src p2 = sptr : IntPtr dst p3 = int : int windowRows p4 = int : int windowCols
(プラグイン / モジュール : OpenCvSharpExtern.dll)
元関数名(C#): ximgproc_covarianceEstimation 元DLLエクスポート名: ximgproc_covarianceEstimation 参照元CSファイル: Internal\PInvoke\NativeMethods\ximgproc\NativeMethods_ximgproc.cs ▼ C言語側関数定義
CVAPI(ExceptionStatus) ximgproc_covarianceEstimation( cv::_InputArray *src, cv::_OutputArray *dst, int windowRows, int windowCols) { BEGIN_WRAP cv::ximgproc::covarianceEstimation(*src, *dst, windowRows, windowCols); END_WRAP }
プラグイン / モジュール | OpenCvSharpExtern.dll |
バージョン | 1.00 |
作成日 | 2021/11/30 |
著作者 | inovia |
URL | https://hsp.moe/ |
備考 | #include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as" 使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること |
タイプ | OpenCVSharpラッパーDLL |
グループ | NativeMethods_ximgproc |
対応環境 |
|
hs ファイル | hsphelp\OpenCvSharpExtern.hs |