Click or drag to resize

NativeMethodsimgproc_getRectSubPix Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getRectSubPix(
	IntPtr image,
	Size patchSize,
	Point2f center,
	IntPtr patch,
	int patchType
)

Parameters

image
Type: SystemIntPtr

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

patchSize
Type: OpenCvSharpSize

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

center
Type: OpenCvSharpPoint2f

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

patch
Type: SystemIntPtr

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

patchType
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also