Python - Editing Feature Size Local Threshold

So for local threshold effect, I would type in:
localThresholdEffect.setFeatureSize(6)
localThresholdEffect.setMinimumThreshold(250)
localThresholdEffect.setMaximumThreshold(1000)

Our code just takes in a point on a vertebra and runs local threshold from that point. We have already coded the taking in a point.

1 Like