Back to Adaptive Vision Library website

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

ImageCenter


Header:AVL.h
Namespace:avl

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
inImage const Image& Input image
outCenter Point2D&