Skip to content

Add lower/upper threshold only modes to Threshold filter

Add additional threshold methods using the upper and lower threshold values:

  • Below Lower Threshold: Select all values smaller than the lower threshold.
  • Above Upper Threshold: Select all values larger than the upper threshold.

Previously the filter only proposed a thresholding between the lower and upper values.

Also includes a fix for vtkPVThreshold to match the behavior of ThresholdByLower and ThresholdByUpper from vtkThreshold.

Linked to following VTK merge request.

Edited by Tiffany Chhim

Merge request reports