imgproc_accumulateProduct

[32/64bit] 2つの入力画像の要素毎の積を,累算器画像に加算します.

imgproc_accumulateProduct p1,p2,p3,p4

p1 = sptr : IntPtr src1
p2 = sptr : IntPtr src2
p3 = sptr : IntPtr dst
p4 = sptr : IntPtr mask

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

解説

この関数は,2つの画像またはその選択領域の積を,累算器 dst に加えます.(x,y) (x,y) + ????? )(x,y) + ?????(x,y) ♪\\\\(x,y) ♪\\\\mask(x,y) ??? -? ??? マルチチャンネル画像に対応しています。関連項目:accumulate,acumulateSquare,acumulateWeighted

元関数名(C#): imgproc_accumulateProduct
元DLLエクスポート名: imgproc_accumulateProduct
参照元CSファイル: Internal\PInvoke\NativeMethods\imgproc\NativeMethods_imgproc.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) imgproc_accumulateProduct(cv::_InputArray *src1, cv::_InputArray *src2, cv::_InputOutputArray *dst, cv::_InputArray *mask)
{
    BEGIN_WRAP
    cv::accumulateProduct(*src1, *src2, *dst, entity(mask));
    END_WRAP
}

情報

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