impolar.m

Resampling of an image with a polar sampling pattern using the built-in 'improfile' function
687 téléchargements
Mise à jour 31 juil. 2014

Afficher la licence

This function uses the built-in 'improfile' function to resample an image with a polar coordinate system.
The parameters include the center and the resolution of the sampling pattern in both radial and angular directions and the interpolation method.
I had no ambitions of efficiency, just experimenting with polar and log-polar sampling. Constructive comments and suggestions for improvement welcome.

Citation pour cette source

Jérémie Guignard (2024). impolar.m (https://www.mathworks.com/matlabcentral/fileexchange/47238-impolar-m), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Image Segmentation and Analysis dans Help Center et MATLAB Answers
Remerciements

Inspiré par : Log-polar image sampling

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.3.0.0

Fixed potential bug with angles vector not starting at 0 degrees.

1.2.0.0

Minor typos fixed in the description.

1.1.0.0

Added an input parser to make the choice of the optional arguments more flexible.

1.0.0.0