[ Computer Vision, Information Theory ]

.: Matlab File Exchange :.

Check out my page on File exchange

- Image segmentation
- Information theory toolbox to come

[ Utils ]

.: Video2flv :.

Convert video to flash video (flv)

This is a script allowing to convert a video (e.g. avi, mpeg, wmv) using FFMPEG open source program. The script read the input video and convert it into flv (flash video). The script create also a jpg file corresponding to the fist video image and a txt file describing how to insert the video into your website.

Joint code with Vincent Garcia

Download now on File exchange

.: PHP BiBTex Parser :.

Here is a php script (you can include it) to parse your bibtex files TOTO_CONF06.bib and to show them on a publications webpage
( example )
The whole script is not from me, some parts have been done by some guy but i lost the original reference.
To plot a bibtex just type:
<?php afficheBib("TOTO_CONF06.bib"); ?>
It shows links to pdf if present (TOTO_CONF06.pdf) , slides (TOTO_CONF06s.pdf) if present or posters (TOTO_CONF06p.pdf) if present

Download now