imgproc_polylines_Mat

[32bit] この関数は,便宜上,オーバーロードされたメンバ関数です.上の関数との違いは,どのような引数を受け取るかだけです.

imgproc_polylines_Mat p1,p2,p3,p4,p5,p6,p7,p8,p9

p1 = sptr : IntPtr img
p2 = sptr : IntPtr[] pts
p3 = var : int[] npts
p4 = int : int ncontours
p5 = int : int isClosed
p6 = ARGS_SCALAR : Scalar color
p7 = int : int thickness
p8 = int : int lineType
p9 = int : int shift

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

解説

例:fld_lines.cpp、samples/cpp/create_mask.cpp、samples/cpp/intersectExample.cpp、samples/cpp/squares.cpp、samples/cpp/tutorial_code/ImgProc/basic_drawing/Drawing_2.cpp、samples/dnn/text_detection.cpp、samples/tapi/squares.cpp。

元関数名(C#): imgproc_polylines_Mat
元DLLエクスポート名: imgproc_polylines_Mat
参照元CSファイル: Internal\PInvoke\NativeMethods\imgproc\NativeMethods_imgproc.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) imgproc_polylines_Mat(
    cv::Mat *img, const cv::Point **pts, const int *npts,
    int ncontours, int isClosed, MyCvScalar color,
    int thickness, int lineType, int shift)
{
    BEGIN_WRAP
    cv::polylines(
        *img, pts, npts, ncontours, isClosed != 0, cpp(color), thickness, lineType, shift);
    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