Am 01.10.2012 09:36, schrieb Alexandre ABRAHAM:
Hi,

> [2] http://mldemos.epfl.ch/

    A bottle of scotch for whoever does the second.
    I'd really like to see that and I think it should be tooo hard.


I don't know much about GUI and Python but when I see MLdemos running, I think it could be done in a quick and dirty way as a GIMP plugin. In fact, GIMP provides you the brushes, the canvas, you can take several colors to represent each class and the algorithm could be applied as a filter. Plus, GIMP already embeds Python scripts as filters (well, it did several years ago when I've done some GIMP filters for a project) and provides a way to easily make popup windows to set up parameters easily. You also have progress bars for free ;). It would not be too hard to generate animated GIF if needed.

If Gael wants a demo for MICCAI, I think this is a way to get it done quickly on time.
I think pyqt is very easy to use so that would be the way I'd approach it...
If you just want to create videos, you can generate a series of images using mpl. I actually had some nice results using that and Jake is a real magician with animations :)
Haven't really had time to study the simulations, though :-/


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to