Basically maintains a list of labels and associated images. And allows for saving and loading a database. Ideally, this would form an inheritance hierarchy or be a templated class, but I'm looking for simplicity at the moment.
The images inserted into the database WILL be deleted on destruction of the database. So only insert things you don't want to persist.
Definition in file image_database.cxx.
#include "image_database.h"
#include <vcl_iostream.h>
#include <vcl_cerrno.h>
#include <vcl_cctype.h>
#include <vcl_cstdio.h>
#include <vcl_algorithm.h>
#include <vpl/vpl.h>
#include <vil1/vil1_load.h>
#include <vil1/vil1_save.h>
Go to the source code of this file.
1.5.1