Back to Aurora Vision Library website

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

ImageCharacteristicPoint


Header: AVL.h
Namespace: avl
Module: FoundationLite

Returns one of the 9 characteristic points of an image (corners or mid-points).

Syntax

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

Parameters

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