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. | |
rotate an image, using the resampling functions
A front end to the resampling functions that allows an image to be rotated by any angle theta
Definition in file vil_rotate.h.
| 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.
1.7.5.1