ddd_pylib.points_manip.
RemoveBackgroundPointsOperator#
- class ddd_pylib.points_manip.RemoveBackgroundPointsOperator[source]#
Bases:
PointsOperatorRemove points that are not in the foreground of the image. The foreground is defined by a mask image, where the foreground pixels have a value of 1 and the background pixels have a value of 0. The operator will remove all points that are in the background of the mask image.
Methods