Back to FabImage Library website

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

ImageCenter


Header: FIL.h
Namespace: fil
Module: FoundationLite

Returns the geometrical center of an image.

Syntax

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

Parameters

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