NativeMethodsimgproc_getRectSubPix Method OpenCvSharp Class Library

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

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

public static void imgproc_getRectSubPix(
	IntPtr image,
	Size patchSize,
	Point2f center,
	IntPtr patch,
	int patchType
)

Parameters

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getRectSubPix(System.IntPtr,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point2f,System.IntPtr,System.Int32)"]

patchSize
Type: OpenCvSharp.CPlusPlusSize

[Missing <param name="patchSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getRectSubPix(System.IntPtr,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point2f,System.IntPtr,System.Int32)"]

center
Type: OpenCvSharp.CPlusPlusPoint2f

[Missing <param name="center"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getRectSubPix(System.IntPtr,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point2f,System.IntPtr,System.Int32)"]

patch
Type: SystemIntPtr

[Missing <param name="patch"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getRectSubPix(System.IntPtr,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point2f,System.IntPtr,System.Int32)"]

patchType
Type: SystemInt32

[Missing <param name="patchType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_getRectSubPix(System.IntPtr,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point2f,System.IntPtr,System.Int32)"]

See Also

Reference