Make a new image. More...
#include <vil/vil_fwd.h>
#include <vil3d/vil3d_image_resource.h>
#include <vil3d/vil3d_image_view.h>
Go to the source code of this file.
Functions | |
vil3d_image_resource_sptr | vil3d_new_image_resource (unsigned ni, unsigned nj, unsigned nk, unsigned nplanes, vil_pixel_format format) |
Make a new image of given format. | |
vil3d_image_resource_sptr | vil3d_new_image_resource (const char *filename, unsigned ni, unsigned nj, unsigned nk, unsigned nplanes, vil_pixel_format format, char const *file_format=0) |
Make a new image on disk. | |
template<class T > | |
vil3d_image_view< T > | vil3d_new_image_view_plane_k_j_i (unsigned ni, unsigned nj, unsigned nk, unsigned nplanes, T) |
Create an image view whose i step is 1. |
Make a new image.
Definition in file vil3d_new.h.
vil3d_image_resource_sptr vil3d_new_image_resource | ( | unsigned | ni, |
unsigned | nj, | ||
unsigned | nk, | ||
unsigned | nplanes, | ||
vil_pixel_format | format | ||
) |
Make a new image of given format.
Definition at line 23 of file vil3d_new.cxx.
vil3d_image_resource_sptr vil3d_new_image_resource | ( | const char * | filename, |
unsigned | ni, | ||
unsigned | nj, | ||
unsigned | nk, | ||
unsigned | nplanes, | ||
vil_pixel_format | format, | ||
char const * | file_format = 0 |
||
) |
Make a new image on disk.
Definition at line 31 of file vil3d_new.cxx.
vil3d_image_view<T> vil3d_new_image_view_plane_k_j_i | ( | unsigned | ni, |
unsigned | nj, | ||
unsigned | nk, | ||
unsigned | nplanes, | ||
T | |||
) |
Create an image view whose i step is 1.
Definition at line 31 of file vil3d_new.h.