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 | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inPointAnchor | Anchor2D | Anchor2D.TopLeft | Selecting one of the 9 characteristic points |
![]() |
outPoint | Point2D |


