02-27-2014 09:21 AM
HI genius....
i want to make an image using the function 1/cos(RotAngle).The image will look like i have attached below.
faithfully.
akhil...
02-27-2014 09:31 AM - edited 02-27-2014 09:32 AM
02-27-2014 09:34 AM
Are you saying you want to rotate the image using a rotation matrix?
02-27-2014 09:42 AM
ya....
i want rotate this image using that equation.!!
02-27-2014 10:15 AM
02-27-2014 11:02 AM
Convert your image to a matrix. Construct a rotation matrix of the same dimensions as your image (assuming your image is square). Insert 1/cos(theta) as your rotation angle. Multiply them together and your done.