Back to Adaptive Vision Library Lite website

You are here: Start » Image Basics » ImageCharacteristicPoint

ImageCharacteristicPoint


Header:AVL.h
Namespace:avl

Returns a characteristic point of image.

Syntax

void avl::ImageCharacteristicPoint
(
	const avl::Image& inImage,
	const avl::Anchor2D::Type inPointAnchor,
	avl::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&