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