class |
CompareObjectLocations |
Visualizes object locations (annotations and predicted) for the incoming image side-by-side.
Only forwards the image container when accepted.
|
class |
ImageAnnotator |
Allows the user to label objects located on the image and pass on this enriched meta-data.
|
class |
ImageLabeler |
Allows the user to label images, setting a report field in the meta-data.
Any logged interaction will get added as JSON under interaction-log in the report.
|
class |
ImageObjectAnnotator |
User interface for annotating objects in images.
|
class |
ImageSegmentationAnnotator |
User interface for annotating images for image segmentation.
|
class |
PixelSelector |
Allows the user to select pixels.
|
class |
ProcessActor |
Applies the specified processor to the incoming actor and forwards the result.
For processors implementing adams.flow.processor.ModifyingProcessor the modified actor is forwarded (or, if not modified, the original one), all others just forward the incoming actor.
If the processor should implement adams.flow.processor.ListingProcessor then any generated list gets stored as string array in the outgoing container as well.
Processors implementing adams.flow.processor.GraphicalOutputProducingProcessor can optionall display the graphical output as well (off by default).
|
class |
SelectArraySubset |
Allows the user to select a subset of the incoming array to be forwarded in the flow.
|
class |
SpreadSheetCellSelector |
Lets the user highlight cells in a spreadsheet which get output:
- spreadsheet with coordinates (1-based row and column) and the associated value of the selected cell
- spreadsheet with all un-selected cells set to missing
Usage:
You select cells by left-clicking on them and/or holding the left mouse button and moving the mouse over the cells that you want to select.
You can unselect cells in the same fashion, by holding the shift key in addition.
|
class |
SpreadSheetSelectSubset |
Allows the user to select a subset of the incoming spreadsheet to be forwarded in the flow.
|