Back to FabImage Library website

You are here: Start » Function Reference » Image Basics » ImageCharacteristicPoint

ImageCharacteristicPoint


Header:FIL.h
Namespace:fil

Returns a characteristic point of image.

Syntax

C++
C#
 
void fil::ImageCharacteristicPoint
(
	const fil::Image& inImage,
	const fil::Anchor2D::Type inPointAnchor,
	fil::Point2D& outPoint
)

Parameters

Name Type Default Description
inImage const Image& Input image
inPointAnchor const Anchor2D::Type TopLeft Selecting one of the 9 characteristic points
outPoint Point2D&