Open main menu

CDOT Wiki β

Changes

Three-Star

74 bytes removed, 09:34, 21 February 2018
Image Profiling
Out of all the functions tested, rotateImage takes up the largest amount of time. Below is the code for rotateImage:
void Image::rotateImageImagerotateImage(int theta, Image& oldImage)/*based on users input and rotates it around the center of the image.*/
{
int r0, c0;
122
edits