Image Registration: Difference between revisions

Line 104: Line 104:
\end{align}
\end{align}
\]
\]
To transform an image \(I\) to adaptive polar \(IP\), do the following
<pre>
for i=1 to n_r
  for j=1 to n_{theta_i}
    IP(i,j)=I(R_max + R_i*cos(2*pi*j/n_theta_i),
              R_max + R_i*sin(2*pi*j/n_theta_i)
</pre>


==References==
==References==