ddd_pylib.labels_manip.
LabelsToPointsOperator#
- class ddd_pylib.labels_manip.LabelsToPointsOperator[source]#
Bases:
MeasurementsOperatorTakes a label map and transforms it into a list of points corresponding to the centroids of the labels. The coordinates of the centroids are expressed in pixels, to which the calibration of the input labels can be applied to convert them into physical units.
- Produces:
result (getResult) – The DataFrame containing the centroids of the labels. Each line is a point and each column is an axis.
Methods