ImageCenter
Returns the geometrical center of an image.
Syntax
C++
Python
def ImageCenter(
inImage: Image,
/
)
-> outCenter: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
outCenter | Point2D |
Returns the geometrical center of an image.
def ImageCenter(
inImage: Image,
/
)
-> outCenter: Point2D
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
outCenter | Point2D |