The AVI needs to be uncompressed 24 bit BMP images
It reads either a single frame in a 2D image, or the whole movie in a 3D image
#include <color.h>
#include <cstdio>

Go to the source code of this file.
Namespaces | |
| namespace | IO |
Classes | |
| class | IO::AVI |
| struct | IO::AVI::header |
Functions | |
| void | IO::readAVIFrame (const char *filename, color< unsigned char > *&frame, unsigned int &frame_width, unsigned int &frame_height, unsigned int frame_nb) |
| void | IO::readAVI (const char *filename, color< unsigned char > *&image, unsigned int &frame_width, unsigned int &frame_height, unsigned int &nb_frames) |
1.5.5