Classes
contrib/mul/vimt/vimt_vil_v2i.h File Reference

Reader/Writer for v2i format images. More...

#include <vil/vil_file_format.h>
#include <vimt/vimt_image_2d.h>

Go to the source code of this file.

Classes

class  vimt_vil_v2i_format
 Reader/Writer for v2i format images. More...
class  vimt_vil_v2i_image

Detailed Description

Reader/Writer for v2i format images.

Author:
Ian Scott - Manchester v2i is a VXL specific format designed to store all the information that can be stored in a vimt image. We don't recommend its use in general, having no wish to add to the plethora of badly designed image formats out there. However, a means of being able to save, and reload a full vil/vimt image using the standard vil_load_* API is very useful. The file format currently is that provided by the default vsl serialisation scheme. There is an extra v2i-specific magic number to reduce confusion with other vsl data files, and a version number to allow for a change in format.

Definition in file vimt_vil_v2i.h.