Click or drag to resize

NativeMethodsaruco_detectMarkers Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.aruco_detectMarkers(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Aruco.DetectorParameters.NativeStruct@,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus aruco_detectMarkers(
	IntPtr image,
	IntPtr dictionary,
	IntPtr corners,
	IntPtr ids,
	ref DetectorParametersNativeStruct detectParameters,
	IntPtr outrejectedImgPoints
)

Parameters

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.aruco_detectMarkers(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Aruco.DetectorParameters.NativeStruct@,System.IntPtr)"]

dictionary
Type: SystemIntPtr

[Missing <param name="dictionary"/> documentation for "M:OpenCvSharp.NativeMethods.aruco_detectMarkers(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Aruco.DetectorParameters.NativeStruct@,System.IntPtr)"]

corners
Type: SystemIntPtr

[Missing <param name="corners"/> documentation for "M:OpenCvSharp.NativeMethods.aruco_detectMarkers(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Aruco.DetectorParameters.NativeStruct@,System.IntPtr)"]

ids
Type: SystemIntPtr

[Missing <param name="ids"/> documentation for "M:OpenCvSharp.NativeMethods.aruco_detectMarkers(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Aruco.DetectorParameters.NativeStruct@,System.IntPtr)"]

detectParameters
Type: OpenCvSharp.ArucoDetectorParametersNativeStruct

[Missing <param name="detectParameters"/> documentation for "M:OpenCvSharp.NativeMethods.aruco_detectMarkers(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Aruco.DetectorParameters.NativeStruct@,System.IntPtr)"]

outrejectedImgPoints
Type: SystemIntPtr

[Missing <param name="outrejectedImgPoints"/> documentation for "M:OpenCvSharp.NativeMethods.aruco_detectMarkers(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Aruco.DetectorParameters.NativeStruct@,System.IntPtr)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.aruco_detectMarkers(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Aruco.DetectorParameters.NativeStruct@,System.IntPtr)"]

See Also