Functions
core/vil/vil_rotate.h File Reference

rotate an image, using the resampling functions More...

#include <vil/vil_image_view.h>

Go to the source code of this file.

Functions

template<class sType , class dType >
void vil_rotate_image (const vil_image_view< sType > &src_image, vil_image_view< dType > &dest_image, double theta_deg)
 Rotate image by angle theta.

Detailed Description

rotate an image, using the resampling functions

Author:
dac

A front end to the resampling functions that allows an image to be rotated by any angle theta

Definition in file vil_rotate.h.


Function Documentation

template<class sType , class dType >
void vil_rotate_image ( const vil_image_view< sType > &  src_image,
vil_image_view< dType > &  dest_image,
double  theta_deg 
)

Rotate image by angle theta.

Definition at line 29 of file vil_rotate.txx.