Functions
core/vil/algo/vil_tile_images.h File Reference

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).

Detailed Description

Create a big image by tiling images in patches.

Author:
Tim Cootes

Definition in file vil_tile_images.h.


Function Documentation

template<class T >
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.

See also:
contrib/mul/tools/tile_images_2d

Definition at line 21 of file vil_tile_images.h.