Create a big image by tiling images in patches. More...
#include <vil/vil_image_view.h>#include <vcl_vector.h>#include <vcl_cmath.h>#include <vcl_cassert.h>Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vil_tile_images (vil_image_view< T > &big_image, const vcl_vector< vil_image_view< T > > &patches) |
| Create a big image by tiling images in patches (must be of same size). | |
Create a big image by tiling images in patches.
Definition in file vil_tile_images.h.
| void vil_tile_images | ( | vil_image_view< T > & | big_image, |
| const vcl_vector< vil_image_view< T > > & | patches | ||
| ) | [inline] |
Create a big image by tiling images in patches (must be of same size).
Creates a large image by putting smaller images into an approximately square grid. If there are n small images, the grid will have sqrt(n) columns.
Definition at line 21 of file vil_tile_images.h.
1.7.5.1