Click or drag to resize

NativeMethodsimgproc_cornerSubPix Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_cornerSubPix(
	IntPtr image,
	IntPtr corners,
	Size winSize,
	Size zeroZone,
	TermCriteria criteria
)

Parameters

image
Type: SystemIntPtr

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

corners
Type: SystemIntPtr

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

winSize
Type: OpenCvSharpSize

[Missing <param name="winSize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_cornerSubPix(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Size,OpenCvSharp.TermCriteria)"]

zeroZone
Type: OpenCvSharpSize

[Missing <param name="zeroZone"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_cornerSubPix(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Size,OpenCvSharp.TermCriteria)"]

criteria
Type: OpenCvSharpTermCriteria

[Missing <param name="criteria"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_cornerSubPix(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Size,OpenCvSharp.TermCriteria)"]

Return Value

Type: ExceptionStatus

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

See Also