unitbvcv / image_processing_platform

Image Processing Platform built for Ioana Plajer at Transylvania University of Brașov - Faculty of Mathematics and Computer Science.
https://mateinfo.unitbv.ro
GNU General Public License v3.0
1 stars 0 forks source link

Plotter API #27

Open vladvrabie opened 5 years ago

vladvrabie commented 5 years ago

Some exercises need both to process an image and plot a function. Maybe have a way to automatize this.

Use case: Users can create the plotter function as usual with name 'foobar'. Users create an image processing algorithm as usual. They also import a plotter api module. In the implementation of the image processing algorithm they call plotterapi.showplot('foobar').

cosminpolifronie commented 5 years ago

Either that, or enable the output dialog to show plots.

vladvrabie commented 5 years ago

Received feedback: plots in output dialog

vladvrabie commented 5 years ago

Will use #29