Ive now added a simple image viewer and processor. This can also handle webcam input.
ive added a file and folder loader to process files in desired folders.
a dockable tab class to handle gui elements. Note the elements bottom left which correspond to the panels in the program and can be toggle on or off, once program is loaded to minimise space.
The workflow tab is now a text editor which can take your input and send it the program to run the functions you specify using java reflections.
This was inspired by my last interaction with Noel, as I saw that its time consuming to have to reload the sketch everytime you want to try a different function.
This functionality is currently very basic at the moment, and the text editor needs some work, especialy the key repeat rate which I was having some issues with, and also needs to have a cut functionality although paste currently works fine.
output is calculated on run, multiple functions can be called in the worflow at once, and providing that the parameters passed through are correct it should return no error;
Just adding sliders now so that parameters in the workflow can be amended once the workflow is created, and therefore different thresholds can be handled by the different functions