Back to FabImage Library Lite website

You are here: Start » Image Features » ImageCenter

ImageCenter


Header:FIL.h
Namespace:fil

Returns the geometrical center of an image.

Syntax

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

Parameters

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