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.