Back to FabImage Library website

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

ImageCenter


Header:FIL.h
Namespace:fil

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