Spherical mirror forward and backward projection

These functions allow to compute both forward and backward projection on a spherical mirror.
110 descargas
Actualizado 17 dic 2018

Ver licencia

The function cam2world allows to solve the backward projection problem: given the 2D coordinates of a pixel, it returns the 3D coordinates of the reflection point and the 3D direction of the reflected line passing from the imaged point.
The funciton world2cam allows to solve the forward projection problem: given the 3D coordinates of a point, it returns the 3D coordinates of the reflection point and the 2D coordinates of the corresponding pixel in the image plane.
Both the functions implement a closed form analytical solution of the refleciton problem.
Please refer to the paper:
"Omnidirectional vision sensor based on a spherical mirror catadioptric system", S. Barone, M. Carulli, P. Neri, A. Paoli and A.V. Razionale, Sensors, 2018
for the detailed reflection model description software implementation.
Please note that this function needs Camera calibration toolbox for matlab, by Bouguet, J.Y., 2015. Available for download at: http://www.vision.caltech.edu/bouguetj/calib_doc/

Citar como

S. Barone, M. Carulli, P. Neri, A. Paoli, A.V. Razionale, An omnidirectional vision sensor based on a spherical mirror catadioptric system, Sensors, Volume 18, 2018, DOI:10.3390/s18020408 S. Barone, P. Neri, A. Paoli, A.V. Razionale, Structured light stereo catadioptric scanner based on a spherical mirror, Optics and Lasers in Engineering, Volume 107, 2018, Pages 1-12, DOI:10.1016/j.optlaseng.2018.03.004

Compatibilidad con la versión de MATLAB
Se creó con R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Geometric Transformation and Image Registration en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.1

The missing function rigid_motion_der.m was added.

1.0.0.0

.