contrib/mul/vil3d/vil3d_load.h File Reference


Detailed Description

Functions to read an image from a file.

Author:
Ian Scott

Definition in file vil3d_load.h.

#include <vil3d/vil3d_image_resource.h>

Go to the source code of this file.


Functions

vil3d_image_resource_sptr vil3d_load_image_resource (char const *filename)
 Load image from named path.
vil3d_image_view_base_sptr vil3d_load (const char *)
 Load a 3D image off file fully into memory.

Function Documentation

vil3d_image_view_base_sptr vil3d_load ( const char *   ) 

Load a 3D image off file fully into memory.

Returns empty image if unable to load from named path Use vil3d_file_format::add_format() to add additional format options.

Definition at line 28 of file vil3d_load.cxx.

vil3d_image_resource_sptr vil3d_load_image_resource ( char const *  filename  ) 

Load image from named path.

Attempts to load with each of available file format readers Use vil3d_file_format::add_format() to add additional format options.

Definition at line 10 of file vil3d_load.cxx.


Generated on Mon Nov 23 05:15:08 2009 for contrib/mul/vil3d by  doxygen 1.5.1