matlab练习程序(Log Polar变换)

Log Polar就是所谓的极坐标变换,经过变换能将笛卡尔坐标系中的图像映射到极坐标系中。html 确切的来讲我这里不算是Log Polar,由于Log Polar是将图像从(x,y)映射到(log(r),theta),而我是将图像从(x,y)映射到(r,theta)。算法 原理是同样的。post 变换公式是:spa x=r*cos(theta);code y=r*sin(theta);htm 其
相关文章
相关标签/搜索