You are here: Start » AVL.NET » Function Reference » Image » Image Features » AVL.ImageCenter

AVL.ImageCenter

Returns the geometrical center of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageCenter
(
	AvlNet.Image inImage,
	out AvlNet.Point2D outCenter
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outCenterAvlNet.Point2D

See also