You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Code taken from 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
Description:
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.
Cite As
Eric (2026). rectImage2Polar (https://www.mathworks.com/matlabcentral/fileexchange/54769-rectimage2polar), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.03 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
