Click or drag to resize
CvInvokeFind4QuadCornerSubpix Method
http://www.emgu.com
Finds subpixel-accurate positions of the chessboard corners

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static bool Find4QuadCornerSubpix(
	IInputArray image,
	IInputOutputArray corners,
	Size regionSize
)

Parameters

image
Type: Emgu.CVIInputArray
Source chessboard view; it must be 8-bit grayscale or color image
corners
Type: Emgu.CVIInputOutputArray
Pointer to the output array of corners(PointF) detected
regionSize
Type: System.DrawingSize
region size

Return Value

Type: Boolean
True if successfull
See Also