Functions
core/vil/vil_flatten.h File Reference
#include <vil/vil_image_view.h>
#include <vil/vil_crop.h>
#include <vil/vil_plane.h>

Go to the source code of this file.

Functions

template<class T >
vil_image_view< T > vil_flatten_planes (const vil_image_view< T > &im)
 Rearrange multiple planes into a multiple tiles of a single-plane image.

Detailed Description

Author:
Ian Scott.

Definition in file vil_flatten.h.


Function Documentation

template<class T >
vil_image_view< T > vil_flatten_planes ( const vil_image_view< T > &  im) [inline]

Rearrange multiple planes into a multiple tiles of a single-plane image.

A ni x nj x nplanes images will be arranged into an ni x (nj*nplanes) x 1 image. A view transformation will be used if possible.

Definition at line 18 of file vil_flatten.h.