Spherical mirror forward and backward projection

版本 1.0.0.1 (15.2 KB) 作者: Paolo Neri
These functions allow to compute both forward and backward projection on a spherical mirror.
110.0 次下载
更新时间 2018/12/17

查看许可证

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/

引用格式

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

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Geometric Transformation and Image Registration 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.1

The missing function rigid_motion_der.m was added.

1.0.0.0

.