Click or drag to resize

MCvERStatGetCenter Method

http://www.emgu.com
Get the center of the region

Namespace:  Emgu.CV.Text
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Point GetCenter(
	int imageWidth
)

Parameters

imageWidth
Type: SystemInt32
The source image width

Return Value

Type: Point
The center of the region
See Also