imgproc_accumulate

[32/64bit] 画像をアキュムレータ画像に追加します.

imgproc_accumulate p1,p2,p3

p1 = sptr : IntPtr src
p2 = sptr : IntPtr dst
p3 = sptr : IntPtr mask

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

解説

この関数は, src またはその一部の要素を dst に追加します.(x,y) ???????(x,y) + ??? -? ????(x,y)\♪♪「マスク(x,y) ??????? マルチチャンネル画像に対応しています。関数 cv::acumulate は,例えば,スチルカメラで撮影されたシーンの背景の統計量を収集し,さらに前景と背景のセグメンテーションを行うために利用できます.

元関数名(C#): imgproc_accumulate
元DLLエクスポート名: imgproc_accumulate
参照元CSファイル: Internal\PInvoke\NativeMethods\imgproc\NativeMethods_imgproc.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) imgproc_accumulate(cv::_InputArray *src, cv::_InputOutputArray *dst, cv::_InputArray *mask)
{
    BEGIN_WRAP
    cv::accumulate(*src, *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