#include "vil_transpose.h"
Go to the source code of this file.
Defines | |
#define | macro(F, T) |
#define | macro(F, T) |
#define | macro(F, T) |
Functions | |
vil_image_resource_sptr | vil_transpose (const vil_image_resource_sptr &src) |
Transpose an image. |
Modifications 23 Oct.2003 - Peter Vanroose - Added support for 64-bit int pixels
Definition in file vil_transpose.cxx.
#define macro | ( | F, | |
T | |||
) |
case F : \ return new vil_image_view<T > (vil_transpose(static_cast<const vil_image_view<T >&>(*vs)));
#define macro | ( | F, | |
T | |||
) |
case F : \ return new vil_image_view<T > (vil_transpose(static_cast<const vil_image_view<T >&>(*vs)));
#define macro | ( | F, | |
T | |||
) |
case F : \ return src_->put_view(vil_transpose(static_cast<const vil_image_view<T >&>(im)), j0, i0);
vil_image_resource_sptr vil_transpose | ( | const vil_image_resource_sptr & | src | ) |
Transpose an image.
Definition at line 17 of file vil_transpose.cxx.