ImageCharacteristicPoint


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

Syntax

C++
Python
 
def ImageCharacteristicPoint(
	inImage: Image,
	/,
	*,
	inPointAnchor: Anchor2D = Anchor2D.TopLeft
)
-> outPoint: Point2D

Parameters

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