Go to the source code of this file.
Classes | |
| class | vil_transpose_image_resource |
| A generic_image adaptor that behaves like a transposed version of its input. More... | |
Functions | |
| template<class T > | |
| vil_image_view< T > | vil_transpose (const vil_image_view< T > &v) |
| Create a view which appears as the transpose of this view. More... | |
| vil_image_resource_sptr | vil_transpose (const vil_image_resource_sptr &src) |
| Transpose an image. More... | |
Definition in file vil_transpose.h.
|
inline |
Create a view which appears as the transpose of this view.
i.e. transpose(i,j,p) = view(j,i,p). O(1).
Definition at line 16 of file vil_transpose.h.
| vil_image_resource_sptr vil_transpose | ( | const vil_image_resource_sptr & | src | ) |
Transpose an image.
Definition at line 14 of file vil_transpose.cxx.
1.8.15