Class SoFilterByMeasureProcessing

  • All Implemented Interfaces:
    SafeDisposable

    public class SoFilterByMeasureProcessing
    extends SoImageVizEngine
    SoFilterByMeasureProcessing engine allows filtering objects given a target measure and a filter criterion. For an introduction, see:
    • section Image Analysis
    • Image Filtering
    • Measure Node

    This engine filters objects into a label or binary image given a target measure and a filter criterion.

    If the input image is a binary image, the resulting image is binary. If the input image is a label image, the resulting image is a label image with values sorted with respect to the targets measure and criterion.

    File format/default:

    FilterByMeasureProcessing {

      computeMode MODE_AUTO
      inImage NULL
      inIntensityImage NULL
      measure NULL
      measureFilterType HIGHEST_VALUES
      numberOfPatterns 1
    }


    Library references: measurefilter