A simple pipeline like the one above is unlikely to be the whole of the image analysis. We can also:

  • use different segmentation tools to get better segmentation.
  • use the objects table to extract numbers from your segmentation.
  • and use downstream pipeline operations to filter segmentation results, use segments as seeds for creating other objects using region growing and other operations, and establish inter-object relationships like distances and parent-child grouping.