Click or drag to resize

NativeMethodsimgproc_rotatedRectangleIntersection_vector Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_rotatedRectangleIntersection_vector(OpenCvSharp.RotatedRect,OpenCvSharp.RotatedRect,System.IntPtr,System.Int32@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_rotatedRectangleIntersection_vector(
	RotatedRect rect1,
	RotatedRect rect2,
	IntPtr intersectingRegion,
	out int returnValue
)

Parameters

rect1
Type: OpenCvSharpRotatedRect

[Missing <param name="rect1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_rotatedRectangleIntersection_vector(OpenCvSharp.RotatedRect,OpenCvSharp.RotatedRect,System.IntPtr,System.Int32@)"]

rect2
Type: OpenCvSharpRotatedRect

[Missing <param name="rect2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_rotatedRectangleIntersection_vector(OpenCvSharp.RotatedRect,OpenCvSharp.RotatedRect,System.IntPtr,System.Int32@)"]

intersectingRegion
Type: SystemIntPtr

[Missing <param name="intersectingRegion"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_rotatedRectangleIntersection_vector(OpenCvSharp.RotatedRect,OpenCvSharp.RotatedRect,System.IntPtr,System.Int32@)"]

returnValue
Type: SystemInt32

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_rotatedRectangleIntersection_vector(OpenCvSharp.RotatedRect,OpenCvSharp.RotatedRect,System.IntPtr,System.Int32@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_rotatedRectangleIntersection_vector(OpenCvSharp.RotatedRect,OpenCvSharp.RotatedRect,System.IntPtr,System.Int32@)"]

See Also