#include "vil1_load.h"
#include <vcl_iostream.h>
#include <vil1/vil1_open.h>
#include <vil1/vil1_file_format.h>
#include <vil1/vil1_stream.h>
#include <vil1/vil1_property.h>
#include <vil1/vil1_flipud.h>
#include <vil1/vil1_flip_components.h>
Go to the source code of this file.
Functions | |
| vil1_image | vil1_load_raw (vil1_stream *is) |
| Load raw from stream. | |
| vil1_image | vil1_load_raw (char const *filename) |
| Load raw from file (convenience). | |
| vil1_image | vil1_load (char const *filename) |
| Load an image from a file, possibly performing expected conversions. | |
| vil1_image vil1_load | ( | char const * | filename | ) |
Load an image from a file, possibly performing expected conversions.
Definition at line 63 of file vil1_load.cxx.
| vil1_image vil1_load_raw | ( | char const * | filename | ) |
| vil1_image vil1_load_raw | ( | vil1_stream * | is | ) |
1.5.1