ximgproc_covarianceEstimation

[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
URLhttps://hsp.moe/
備考#include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as"
使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること
タイプOpenCVSharpラッパーDLL
グループNativeMethods_ximgproc
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs