CvArrGetRectSubPix Method OpenCvSharp Class Library
Retrieves pixel rectangle from image with sub-pixel accuracy.

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

public void GetRectSubPix(
	CvArr dst,
	CvPoint2D32f center
)

Parameters

dst
Type: OpenCvSharpCvArr
Extracted rectangle.
center
Type: OpenCvSharpCvPoint2D32f
Floating point coordinates of the extracted rectangle center within the source image. The center must be inside the image.
See Also

Reference