| MCvERStatGetCenter Method |
http://www.emgu.com
Get the center of the region
Namespace: Emgu.CV.TextAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Point GetCenter(
int imageWidth
)
Public Function GetCenter (
imageWidth As Integer
) As Point
public:
Point GetCenter(
int imageWidth
)
member GetCenter :
imageWidth : int -> Point
Parameters
- imageWidth
- Type: SystemInt32
The source image width
Return Value
Type:
PointThe center of the region
See Also