Back to Adaptive Vision Library Lite website

You are here: Start » Image Features » ImageCenter

ImageCenter


Header:AVL.h
Namespace:avl

Returns the geometrical center of an image.

Syntax

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

Parameters

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