Skip to main content

PointMeasurement

Other

Point measurement result containing position and gray value.

Import

import ScriptingApi as api

# Access the class
# PointMeasurement is available via api.PointMeasurement

Properties

position

Position of the point [x, y, z].

Type: list


gray_value

Image gray (intensity) value sampled at the point location.

Type: float


See Also