imgproc_dilate

[32bit] 特定の構造化要素を用いて画像を拡張します。

imgproc_dilate p1,p2,p3,p4,p5,p6,p7

p1 = sptr : IntPtr src
p2 = sptr : IntPtr dst
p3 = sptr : IntPtr kernel
p4 = ARGS_POINT : Point anchor
p5 = int : int iterations
p6 = int : int borderType
p7 = ARGS_SCALAR : Scalar borderValue

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

解説

この関数は,最大値が取られるピクセル近傍の形状を決定する,指定された構造化要素を用いて,入力画像を拡張します:????? )(x,y) = ″max _{(x',y') "です。\♪ ♪(x',y') ???????}\♪♪♪♪♪♪♪♪♪♪♪♪♪♪♪(x+x',y+y')???>??*。ダイレーションは,複数回(イタレーション)行うことができます.See alsoerode, morphologyEx, getStructuringElementExamples: samples/cpp/segment_objects.cpp, samples/cpp/squares.cpp, samples/cpp/stitching_detailed.cpp, samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp, and samples/tapi/squares.cpp.

元関数名(C#): imgproc_dilate
元DLLエクスポート名: imgproc_dilate
参照元CSファイル: Internal\PInvoke\NativeMethods\imgproc\NativeMethods_imgproc.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) imgproc_dilate(cv::_InputArray *src, cv::_OutputArray *dst, cv::_InputArray *kernel,
                           CvPoint anchor, int iterations, int borderType, CvScalar borderValue)
{
    BEGIN_WRAP
    cv::dilate(*src, *dst, entity(kernel), anchor, iterations, borderType, borderValue);
    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