New repository `gmic-interactive-demos` now available.

Happy to announce that I’ve released the source code of three of my G’MIC-powered interactive demos :

Here you will find the source code of demos named virtual_artist, greyc_warp and steamface, that I’ve developped mainly for educational purposes (to show various sides of image processing / image analysis to the general public, during events like Sciences Festivals).

These demos require G’MIC 3.7.0+ to run (the CLI tool gmic to be more precise), and above all, a version of gmic that has been compiled with OpenCV support (which is not done by default). If you compile gmic by yourself, just type:

~/gmic/src$ make native

and it enables OpenCV support.