Definition in file vil_flatten.h.
#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. | |
| 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 17 of file vil_flatten.h.
1.5.1