Image in MIT format. More...
Go to the source code of this file.
Classes | |
| class | vil_mit_file_format |
| Loader for MIT files. More... | |
| class | vil_mit_image |
| Generic image implementation for MIT files. More... | |
Image in MIT format.
vil_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).
Modifications
000218 JS Initial version, header info from MITImage.C
3 October 2001 Peter Vanroose - Implemented get_property("top_row_first")
17 June 2003 Peter Vanroose - Converted from vil1, and implemented 16-bit
Definition in file vil_mit.h.
1.7.5.1