NativeMethodscvGetRectSubPix Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvGetRectSubPix(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void cvGetRectSubPix(
	IntPtr src,
	IntPtr dst,
	CvPoint2D32f center
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetRectSubPix(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetRectSubPix(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f)"]

center
Type: OpenCvSharpCvPoint2D32f

[Missing <param name="center"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetRectSubPix(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f)"]

See Also

Reference