imgproc_accumulateSquare

[32/64bit] 入力画像の正方形をアキュムレータ画像に追加します.

imgproc_accumulateSquare p1,p2,p3

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

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

解説

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

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