Click or drag to resize

NativeMethodscalib3d_find4QuadCornerSubpix_vector Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_find4QuadCornerSubpix_vector(
	IntPtr img,
	IntPtr corners,
	Size regionSize,
	out int returnValue
)

Parameters

img
Type: SystemIntPtr

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

corners
Type: SystemIntPtr

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

regionSize
Type: OpenCvSharpSize

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

returnValue
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also