Definition in file vil_load.cxx.
#include "vil_load.h"
#include <vcl_iostream.h>
#include <vil/vil_open.h>
#include <vil/vil_new.h>
#include <vil/vil_file_format.h>
#include <vil/vil_stream.h>
#include <vil/vil_image_resource.h>
#include <vil/vil_image_resource_plugin.h>
#include <vil/vil_image_view.h>
Go to the source code of this file.
| vil_image_view_base_sptr vil_load | ( | const char * | file, | |
| bool | verbose | |||
| ) | [related] |
Convenience function for loading an image into an image view.
Definition at line 115 of file vil_load.cxx.
| vil_image_resource_sptr vil_load_image_resource | ( | char const * | filename, | |
| bool | verbose | |||
| ) | [related] |
Definition at line 56 of file vil_load.cxx.
| vil_image_resource_sptr vil_load_image_resource_plugin | ( | char const * | filename | ) | [related] |
Definition at line 68 of file vil_load.cxx.
| vil_image_resource_sptr vil_load_image_resource_raw | ( | char const * | filename, | |
| bool | verbose | |||
| ) | [related] |
Definition at line 44 of file vil_load.cxx.
| vil_image_resource_sptr vil_load_image_resource_raw | ( | vil_stream * | is, | |
| bool | verbose | |||
| ) | [related] |
Definition at line 18 of file vil_load.cxx.
| vil_pyramid_image_resource_sptr vil_load_pyramid_resource | ( | char const * | directory_or_file, | |
| bool | verbose | |||
| ) | [related] |
Definition at line 88 of file vil_load.cxx.
1.5.1