NativeMethodsaruco_drawDetectedMarkers Method (IntPtr, IntPtr, Int32, Int32, IntPtr, Int32, Scalar)
|
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 aruco_drawDetectedMarkers(
IntPtr image,
IntPtr[] corners,
int cornerSize1,
int[] contoursSize2,
IntPtr ids,
int idxLength,
Scalar borderColor
)
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl,
ExactSpelling := true>]
Public Shared Sub aruco_drawDetectedMarkers (
image As IntPtr,
corners As IntPtr(),
cornerSize1 As Integer,
contoursSize2 As Integer(),
ids As IntPtr,
idxLength As Integer,
borderColor As Scalar
)
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl,
ExactSpelling = true)]
static void aruco_drawDetectedMarkers(
IntPtr image,
array<IntPtr>^ corners,
int cornerSize1,
array<int>^ contoursSize2,
IntPtr ids,
int idxLength,
Scalar borderColor
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)>]
static member aruco_drawDetectedMarkers :
image : IntPtr *
corners : IntPtr[] *
cornerSize1 : int *
contoursSize2 : int[] *
ids : IntPtr *
idxLength : int *
borderColor : Scalar -> unit
OpenCvSharp.NativeMethods.aruco_drawDetectedMarkers = function(image, corners, cornerSize1, contoursSize2, ids, idxLength, borderColor);
Parameters
- image
- Type: SystemIntPtr
- corners
- Type: SystemIntPtr
- cornerSize1
- Type: SystemInt32
- contoursSize2
- Type: SystemInt32
- ids
- Type: SystemIntPtr
- idxLength
- Type: SystemInt32
- borderColor
- Type: OpenCvSharpScalar
See Also