Classes
core/vil/file_formats/vil_mit.h File Reference

Image in MIT format. More...

#include <vil/vil_file_format.h>
#include <vil/vil_image_resource.h>

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...

Detailed Description

Image in MIT format.

Author:
Alison Noble, Oxford University, TargetJr version Joris Schouteden, vil1 version Peter Vanroose, vil version

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.