NativeMethodsimgproc_drawContours_vector Method (IntPtr, IntPtr, Int32, Int32, Int32, Scalar, Int32, Int32, IntPtr, Int32, Int32, Point)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)]
public static void imgproc_drawContours_vector(
IntPtr image,
IntPtr[] contours,
int contoursSize1,
int[] contoursSize2,
int contourIdx,
Scalar color,
int thickness,
int lineType,
IntPtr hierarchy,
int hiearchyLength,
int maxLevel,
Point offset
)
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl,
ExactSpelling := true>]
Public Shared Sub imgproc_drawContours_vector (
image As IntPtr,
contours As IntPtr(),
contoursSize1 As Integer,
contoursSize2 As Integer(),
contourIdx As Integer,
color As Scalar,
thickness As Integer,
lineType As Integer,
hierarchy As IntPtr,
hiearchyLength As Integer,
maxLevel As Integer,
offset As Point
)
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl,
ExactSpelling = true)]
static void imgproc_drawContours_vector(
IntPtr image,
array<IntPtr>^ contours,
int contoursSize1,
array<int>^ contoursSize2,
int contourIdx,
Scalar color,
int thickness,
int lineType,
IntPtr hierarchy,
int hiearchyLength,
int maxLevel,
Point offset
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)>]
static member imgproc_drawContours_vector :
image : IntPtr *
contours : IntPtr[] *
contoursSize1 : int *
contoursSize2 : int[] *
contourIdx : int *
color : Scalar *
thickness : int *
lineType : int *
hierarchy : IntPtr *
hiearchyLength : int *
maxLevel : int *
offset : Point -> unit
OpenCvSharp.NativeMethods.imgproc_drawContours_vector = function(image, contours, contoursSize1, contoursSize2, contourIdx, color, thickness, lineType, hierarchy, hiearchyLength, maxLevel, offset);
Parameters
- image
- Type: SystemIntPtr
- contours
- Type: SystemIntPtr
- contoursSize1
- Type: SystemInt32
- contoursSize2
- Type: SystemInt32
- contourIdx
- Type: SystemInt32
- color
- Type: OpenCvSharpScalar
- thickness
- Type: SystemInt32
- lineType
- Type: SystemInt32
- hierarchy
- Type: SystemIntPtr
- hiearchyLength
- Type: SystemInt32
- maxLevel
- Type: SystemInt32
- offset
- Type: OpenCvSharpPoint
See Also