ddd_pylib.labels_manip.
KillBorderLabelsOperator#
- class ddd_pylib.labels_manip.KillBorderLabelsOperator[source]#
Bases:
ReplaceValuesOperatorGiven a list of axes and a border thickness, this operator identifies all unique label values that touch the borders of the image along those axes and replaces them with 0. This operator works with tracked labels: if a label is removed at time t, it will also be removed at all other time points.
Methods