I wonder if it is possible to see the results of an object classification like the classification done in NucleiClassificationTraining (the workflow is a little old but one can do something similar) in an image.
Basically something like the manual label editor, but where new labels are set by a predicted class.
May I introduce you to the great powers of the GroupBy node, combined with the aggregation functions added by KNIME Image Processing (KNIP)?
KNIP adds several aggregation functions to aggregate images from multiple rows:
Compose Image – create a new image of the same type, with the single input images places at the position of their known ‘offset’ (you can use Set Image Metadata to manipulate them),
Compose Labeling – create a new segmentation image from input images and labels,
Merge Image – create a new image (stack) with a N+1 dimensions from N-dimensional input images,
and some more that are equivalent to those in Projector, but working on multiple rows instead of single (stack) images:
Max Image
Mean Image
Min Image
Here’s an example workflow that illustrates how to create a label image from given segments and labels: