文件名称:rectImage2Polar
- 所属分类:
- matlab例程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-01-08
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- nothu*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Code taken Max s answer to this question on Stack Overflow. http://stackoverflow.com/questions/12924598/examples-to-convert-image-to-polar-coordinates-do-it-explicitly-want-a-slick-m
Descr iption:
This function takes an input image of any dimension and outputs the image in polar coordinate representation.
Input:
rectImage2Polar(image) image can be any RGB array.
Output:
[imagesPolar,imagesPolarCropped] imagesPolar maintains the full resolution of the polar image and leaves a white background to fill the image to a square. images PolarCropped crops the image so no background filling is needed.-Code taken Max s answer to this question on Stack Overflow. http://stackoverflow.com/questions/12924598/examples-to-convert-image-to-polar-coordinates-do-it-explicitly-want-a-slick-m
Descr iption:
This function takes an input image of any dimension and outputs the image in polar coordinate representation.
Input:
rectImage2Polar(image) image can be any RGB array.
Output:
[imagesPolar,imagesPolarCropped] imagesPolar maintains the full resolution of the polar image and leaves a white background to fill the image to a square. images PolarCropped crops the image so no background filling is needed.
Descr iption:
This function takes an input image of any dimension and outputs the image in polar coordinate representation.
Input:
rectImage2Polar(image) image can be any RGB array.
Output:
[imagesPolar,imagesPolarCropped] imagesPolar maintains the full resolution of the polar image and leaves a white background to fill the image to a square. images PolarCropped crops the image so no background filling is needed.-Code taken Max s answer to this question on Stack Overflow. http://stackoverflow.com/questions/12924598/examples-to-convert-image-to-polar-coordinates-do-it-explicitly-want-a-slick-m
Descr iption:
This function takes an input image of any dimension and outputs the image in polar coordinate representation.
Input:
rectImage2Polar(image) image can be any RGB array.
Output:
[imagesPolar,imagesPolarCropped] imagesPolar maintains the full resolution of the polar image and leaves a white background to fill the image to a square. images PolarCropped crops the image so no background filling is needed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rectImage2Polar.m
license.txt