Functions
contrib/mul/vimt/vimt_reflect.h File Reference

Functions to reflect a vimt_image_2d_of<T> More...

#include <vil/vil_flip.h>
#include <vimt/vimt_image_2d_of.h>

Go to the source code of this file.

Functions

template<class T >
void vimt_reflect_x (vimt_image_2d_of< T > &img)
 Reflect an image about the x=0 line (world coords).
template<class T >
void vimt_reflect_y (vimt_image_2d_of< T > &img)
 Reflect an image about the y=0 line (world coords).

Detailed Description

Functions to reflect a vimt_image_2d_of<T>

Author:
Kevin de Souza

Definition in file vimt_reflect.h.


Function Documentation

template<class T >
void vimt_reflect_x ( vimt_image_2d_of< T > &  img) [inline]

Reflect an image about the x=0 line (world coords).

Definition at line 19 of file vimt_reflect.h.

template<class T >
void vimt_reflect_y ( vimt_image_2d_of< T > &  img) [inline]

Reflect an image about the y=0 line (world coords).

Definition at line 35 of file vimt_reflect.h.