Create a big image by tiling images in patches. More...
Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vil_tile_images (vil_image_view< T > &big_image, const std::vector< vil_image_view< T > > &patches) |
| Create a big image by tiling images in patches (must be of same size). More... | |
Create a big image by tiling images in patches.
Definition in file vil_tile_images.h.
|
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 24 of file vil_tile_images.h.
1.8.15