Erlang to call an Ocaml seam carving lib
Yet another useless example for erlocaml, but this time it is not completely silly ... it does something :)
In fact the project eocarve uses:
Aim of this project was mainly to demonstrate use of ocamerl lib ... however it may be usefull for an Erlang web app which would need seamcarving (heavy weight for CPU!). Had fun to integrate those lib in same app.
In fact the project eocarve uses:
- the ocamerl library (which got a makefile install rule for the occasion);
- the seamcarving library provided by mce (thanks!) (it's LGPL so the full code can be found in eocarve).
Aim of this project was mainly to demonstrate use of ocamerl lib ... however it may be usefull for an Erlang web app which would need seamcarving (heavy weight for CPU!). Had fun to integrate those lib in same app.
Post imported from wordpress
Please refer to original post for earlier comments.