rotate an image, using the resampling functions More...
Go to the source code of this file.
Macros | |
| #define | VIL_ROTATE_INSTANTIATE(sType, dType) |
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 ( here theta is in degrees). More... | |
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.hxx.
| #define VIL_ROTATE_INSTANTIATE | ( | sType, | |
| dType | |||
| ) |
Definition at line 124 of file vil_rotate.hxx.
| 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 ( here theta is in degrees).
Rotate image by angle theta.
Definition at line 32 of file vil_rotate.hxx.
1.8.15