Thread Closed

image processing matrix image rotation

 
Share Thread Thread Tools
Jul30-09, 02:53 AM   #1
 

image processing matrix image rotation


1. The problem statement, all variables and given/known data

image processing

I would like to rotate an m*n image matrix by any input degree, simplest cases 90, 180 and 270 on matlab without using any of the built in functions i.e. purely mathematical


2. Relevant equations



3. The attempt at a solution

\left[ \begin{matrix} cos\left(\theta \right) & sin\left(\theta \right) \\ -sin\left(\theta \right) & cos\left(\theta \right) \end{matrix}\right]

is the rotation matrix , how would i apply this to a general case for a m*n matrix?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jul30-09, 02:55 AM   #2
 
[tex]\left[ \begin{matrix} cos\left(\theta \right) & sin\left(\theta \right) \\ -sin\left(\theta \right) & cos\left(\theta \right) \end{matrix}\right][/tex]
Thread Closed
Thread Tools


Similar Threads for: image processing matrix image rotation
Thread Forum Replies
Image Processing Programming & Comp Sci 4
Image Processing Software; suggestions? General Astronomy 2
Moments of inertia in image processing General Physics 4
CCD image processing - Astronomy Introductory Physics Homework 2
Image file processing Computing & Technology 21