vil1_mit is a simple image format consisting of a header of 4 shorts (type,bits_per_pixel,width,height) and the raw data. The full specification defines a number of image/edge types (see header for details). Currently only 8-bit images can be read.
Modifications
000218 JS Initial version, header info from MITImage.C
3 October 2001 Peter Vanroose - Implemented get_property("top_row_first")
Definition in file vil1_mit.h.
#include <vil1/vil1_file_format.h>
#include <vil1/vil1_image_impl.h>
Go to the source code of this file.
Classes | |
| class | vil1_mit_file_format |
| Loader for MIT files. More... | |
| class | vil1_mit_generic_image |
| Generic image implementation for MIT files. More... | |
1.5.1