Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Features » ImageCenter

ImageCenter


Header: AVL.h
Namespace: avl
Module: FoundationLite

Returns the geometrical center of an image.

Syntax

C++
C#
 
void avl::ImageCenter
(
	const avl::Image& inImage,
	avl::Point2D& outCenter
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Output value outCenter Point2D&