Fitzgibbon, Oxford RRG
Definition in file vil1_new.cxx.
#include "vil1_new.h"
#include <vcl_cstring.h>
#include <vcl_cassert.h>
#include <vil1/vil1_file_format.h>
#include <vil1/vil1_stream_fstream.h>
#include <vil1/vil1_image_impl.h>
#include <vil1/vil1_image.h>
#include <vil1/vil1_memory_image_of.h>
Go to the source code of this file.
Functions | |
| vil1_image | vil1_new (int width, int height, vil1_image const &prototype) |
| Make a new image. | |
| vil1_image | vil1_new (vil1_stream *os, int planes, int width, int height, int components, int bits_per_component, vil1_component_format format, char const *file_format) |
| Make a new image. | |
| vil1_image | vil1_new (vil1_stream *os, int width, int height, vil1_image const &prototype, char const *file_format) |
| Make a new vil1_image_impl, writing to stream "os", size "w" x "h", copying pixel format etc from "prototype". | |
| vil1_image | vil1_new (char const *filename, int width, int height, vil1_image const &prototype, char const *file_format) |
| Make a new image. | |
| vil1_image vil1_new | ( | char const * | filename, | |
| int | width, | |||
| int | height, | |||
| vil1_image const & | prototype, | |||
| char const * | file_format | |||
| ) |
| vil1_image vil1_new | ( | vil1_stream * | os, | |
| int | width, | |||
| int | height, | |||
| vil1_image const & | prototype, | |||
| char const * | file_format | |||
| ) |
Make a new vil1_image_impl, writing to stream "os", size "w" x "h", copying pixel format etc from "prototype".
Definition at line 60 of file vil1_new.cxx.
| vil1_image vil1_new | ( | vil1_stream * | os, | |
| int | planes, | |||
| int | width, | |||
| int | height, | |||
| int | components, | |||
| int | bits_per_component, | |||
| vil1_component_format | format, | |||
| char const * | file_format | |||
| ) |
| vil1_image vil1_new | ( | int | width, | |
| int | height, | |||
| vil1_image const & | prototype | |||
| ) |
1.5.1